~mc-return/compiz/compiz.merge-plugin-snowglobe

« back to all changes in this revision

Viewing changes to metadata/CMakeLists.txt

  • Committer: MC Return
  • Date: 2012-07-12 09:41:23 UTC
  • mfrom: (3256.2.29 compiz)
  • Revision ID: mc.return@gmx.net-20120712094123-s7fuq2776r75kd59
Rebased on latest lp:compiz (r3285)

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    )
53
53
endif ()
54
54
if (USE_GSETTINGS)
 
55
    set (_core_gschema_path ${CMAKE_BINARY_DIR}/generated/glib-2.0/schemas/org.compiz.core.gschema.xml)
55
56
    compiz_gsettings_schema (
 
57
        compiz
56
58
        ${_core_xml_file}
57
 
        ${CMAKE_BINARY_DIR}/generated/org.freedesktop.compiz.gschema.xml
 
59
        ${_core_gschema_path}
58
60
        ${datadir}/glib-2.0/schemas
59
61
    )
60
62
    add_custom_target (core-settings-schema ALL
61
 
        DEPENDS ${CMAKE_BINARY_DIR}/generated/org.freedesktop.compiz.gschema.xml
 
63
        DEPENDS ${_core_gschema_path}
62
64
                core-xml-file
63
65
    )
64
66
endif ()