summaryrefslogtreecommitdiff
path: root/plugins/unityshell/CMakeLists.txt
diff options
authorGord Allott <gord.allott@canonical.com>2012-05-07 15:28:17 -0700
committerGord Allott <gord.allott@canonical.com>2012-05-07 15:28:17 -0700
commit8763cf637fc6a2de407deda8465fecd71ccb5738 (patch)
tree3b504c6a6a169a2ac0bd84742ef46f41c0773477 /plugins/unityshell/CMakeLists.txt
parent74bdb14b2c8065d0f72442ae1d43c4f4a3d1bf36 (diff)
shortcuts and unityshell working woo
(bzr r2350.2.4)
Diffstat (limited to 'plugins/unityshell/CMakeLists.txt')
-rw-r--r--plugins/unityshell/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/unityshell/CMakeLists.txt b/plugins/unityshell/CMakeLists.txt
index 24d256765..2fd64f05b 100644
--- a/plugins/unityshell/CMakeLists.txt
+++ b/plugins/unityshell/CMakeLists.txt
@@ -5,11 +5,11 @@ include (CompizPlugin)
compiz_plugin (unityshell
PKGDEPS ${UNITY_PLUGIN_DEPS}
PLUGINDEPS composite opengl compiztoolbox
- CFLAGSADD "-DINSTALLPREFIX='\"${CMAKE_INSTALL_PREFIX}\"' -DPKGDATADIR='\"${PKGDATADIR}\"' -I${CMAKE_BINARY_DIR} -I${CMAKE_SOURCE_DIR} ${BOOT_LOGGER_FLAG} -DGETTEXT_PACKAGE='\"unity\"' ${MAINTAINER_CFLAGS}"
- LIBRARIES "-lunity-core-${UNITY_API_VERSION}"
+ CFLAGSADD "-DINSTALLPREFIX='\"${CMAKE_INSTALL_PREFIX}\"' -DPKGDATADIR='\"${PKGDATADIR}\"' -I${CMAKE_BINARY_DIR} -I${CMAKE_SOURCE_DIR} ${BOOT_LOGGER_FLAG} -DGETTEXT_PACKAGE='\"unity\"' ${MAINTAINER_CFLAGS} -I${CMAKE_SOURCE_DIR}/dash/ -I${CMAKE_SOURCE_DIR}/launcher/ -I${CMAKE_SOURCE_DIR}/hud/ -I${CMAKE_SOURCE_DIR}/panel/ -I${CMAKE_SOURCE_DIR}/shortcuts/ -I${CMAKE_SOURCE_DIR}/unity-shared/"
LIBDIRS "${CMAKE_BINARY_DIR}/UnityCore"
)
-add_dependencies(unityshell unity-core-${UNITY_API_VERSION})
+add_dependencies(unityshell unity-core-${UNITY_API_VERSION} dash-lib launcher-lib switcher-lib hud-lib panel-lib shortcuts-lib unity-shared)
+target_link_libraries(unityshell unity-core-${UNITY_API_VERSION} launcher-lib dash-lib switcher-lib hud-lib panel-lib shortcuts-lib unity-shared)
#
# Data