~compiz-team/compiz/compiz.fix_1088399

« back to all changes in this revision

Viewing changes to gtk/gnome/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Jussi Pakkanen
  • Date: 2012-12-06 04:55:20 UTC
  • mfrom: (3505.1.1 compiz)
  • Revision ID: tarmac-20121206045520-mfyasf3tx2tbn4vr
Fix definition of compiz.desktop. (LP: #1086789). Fixes: https://bugs.launchpad.net/bugs/1086789.

Approved by Daniel van Vugt, Sam Spilsbury, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        DESTINATION ${datadir}/gnome-control-center/keybindings
35
35
    )
36
36
 
37
 
    add_custom_target (compiz.desktop ALL SOURCES ${desktop_file})
 
37
    add_custom_target (compiz.desktop-file ALL DEPENDS ${desktop_file})
38
38
endif (BUILD_GNOME)