~compiz-team/compiz/0.9.12

« back to all changes in this revision

Viewing changes to compizconfig/CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2015-12-11 10:00:29 UTC
  • mfrom: (3988.2.3 compiz)
  • Revision ID: ci-train-bot@canonical.com-20151211100029-5tq13bj2xvpejtdv
backends: drop gconf support
Approved by: Sebastien Bacher

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    set (libcompizconfig_exec_prefix ${CMAKE_INSTALL_PREFIX}/bin)
17
17
endif (COMPIZ_PACKAGING_ENABLED)
18
18
 
19
 
option (USE_GCONF "Enable legacy GNOME 2.x option integration with GConf" ON)
20
 
 
21
19
add_subdirectory (libcompizconfig)
22
20
add_subdirectory (compizconfig-python)
23
21
add_subdirectory (integration)
24
22
add_subdirectory (ccsm)
25
23
 
26
 
if (USE_GCONF)
27
 
    add_subdirectory (gconf)
28
 
endif (USE_GCONF)
29
 
 
30
24
if (USE_GSETTINGS)
31
25
    add_subdirectory (gsettings)
32
26
endif (USE_GSETTINGS)