~alexlauni/unity/autopilot-for-autohide

« back to all changes in this revision

Viewing changes to CMakeLists.txt

Merge Sam's scale  hacks branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
include (CompizPlugin)
94
94
compiz_plugin (unityshell
95
95
               PKGDEPS ${UNITY_PLUGIN_DEPS}
96
 
               PLUGINDEPS composite opengl scale
 
96
               PLUGINDEPS composite opengl
97
97
               CFLAGSADD "-DINSTALLPREFIX='\"${CMAKE_INSTALL_PREFIX}\"' -DPKGDATADIR='\"${CMAKE_INSTALL_PREFIX}/share/unity/3\"' -I${CMAKE_BINARY_DIR} ${BOOT_LOGGER_FLAG}"
98
98
               LIBRARIES "unity"
99
99
               )