~hikiko/compiz/compiz.EZ

« back to all changes in this revision

Viewing changes to compizconfig/gsettings/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:
8
8
set (_deps glib-2.0>=2.20.0
9
9
           gio-2.0>=2.25.0)
10
10
 
11
 
if (USE_GCONF)
12
 
    list (APPEND _deps gconf-2.0>=2.31.1)
13
 
 
14
 
    add_definitions (-DUSE_GCONF)
15
 
endif (USE_GCONF)
16
 
 
17
11
if (COMPIZ_BUILD_TESTING)
18
12
    add_subdirectory (mocks)
19
13
endif (COMPIZ_BUILD_TESTING)