~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to data/CMakeLists.txt

  • Committer: Fabrice Rey
  • Date: 2013-02-02 18:41:38 UTC
  • Revision ID: fabounet03@gmail.com-20130202184138-n2eu2i9g0bmy40ru
made the Help module as an independant applet + removed the need for RTLD_DEEPBIND, which should make the dock compatible with BSD again

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/container.desktop.in ${CMAKE_CURRENT_BINARY_DIR}/container.desktop)
20
20
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/separator.desktop.in ${CMAKE_CURRENT_BINARY_DIR}/separator.desktop)
21
21
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/themes.conf.in ${CMAKE_CURRENT_BINARY_DIR}/themes.conf)
22
 
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/Help.conf.in ${CMAKE_CURRENT_BINARY_DIR}/Help.conf)
23
22
 
24
23
 
25
24
########### install files ###############
47
46
        # appli
48
47
        ${CMAKE_CURRENT_BINARY_DIR}/cairo-dock-simple.conf
49
48
        ${CMAKE_CURRENT_BINARY_DIR}/themes.conf
50
 
        ${CMAKE_CURRENT_BINARY_DIR}/Help.conf
51
49
        DESTINATION ${pkgdatadir})
52
50
 
53
51
# appli desktop file