~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: Sam Spilsbury
  • Date: 2012-07-09 04:06:21 UTC
  • mto: This revision was merged to the branch mainline in revision 3282.
  • Revision ID: sam.spilsbury@canonical.com-20120709040621-r5o1i0dag5kk3wc1
Added postinst

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)