~compiz-team/compiz/0.9.12

« back to all changes in this revision

Viewing changes to gtk/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:
28
28
            pkg_check_modules (METACITY libmetacity-private>=3.16.0)
29
29
            if (NOT METACITY_FOUND)
30
30
                compiz_set (USE_METACITY 0)
31
 
            endif (METACITY_FOUND)
 
31
            endif (NOT METACITY_FOUND)
32
32
        endif (USE_METACITY)
33
33
 
34
34
        if (USE_GNOME)