~ps-jenkins/compiz/latestsnapshot-10.9.9daily13.06.1913.04-0ubuntu1

« back to all changes in this revision

Viewing changes to postinst/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): smspillaz, Sam Spilsbury, Daniel van Vugt
  • Date: 2012-07-11 08:00:58 UTC
  • mfrom: (3262.3.80 gsettings)
  • Revision ID: tarmac-20120711080058-i4iax4g092e84s30
Add gsettings test cases and schema/path cleanups.. Fixes: . Approved by Daniel van Vugt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Don't allow subdirectories to add schema recompile rule
 
2
set_property (GLOBAL
 
3
              PROPERTY COMPIZ_INHIBIT_ADD_INSTALL_RECOMPILE_RULE
 
4
              FALSE)
 
5
 
 
6
if (USE_GSETTINGS)
 
7
 
 
8
    compiz_add_install_recompile_gsettings_schemas (${CMAKE_INSTALL_PREFIX}/share/glib-2.0/schemas)
 
9
 
 
10
endif (USE_GSETTINGS)