~ps-jenkins/unity/latestsnapshot-7.0.0daily13.05.0813.04-0ubuntu1

« back to all changes in this revision

Viewing changes to plugins/unityshell/CMakeLists.txt

  • Committer: Neil Jagdish Patel
  • Date: 2011-06-20 20:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 1244.
  • Revision ID: neil.patel@canonical.com-20110620204603-jpbleobgonwwpsaj
Initial go at making things sane again

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
find_package (Compiz REQUIRED)
 
2
 
 
3
include (CompizPlugin)
 
4
 
 
5
set (UNITY_PLUGIN_DEPS "nux-0.9;libbamf3;dee-1.0;gio-2.0;gio-unix-2.0;dbusmenu-glib-0.4;x11;libstartup-notification-1.0;gthread-2.0;indicator3;atk;unity-misc;gconf-2.0;libutouch-geis;gtk+-3.0")
 
6
 
 
7
compiz_plugin (unityshell
 
8
               PKGDEPS ${UNITY_PLUGIN_DEPS}
 
9
               PLUGINDEPS composite opengl
 
10
               CFLAGSADD "-DINSTALLPREFIX='\"${CMAKE_INSTALL_PREFIX}\"' -DPKGDATADIR='\"${PKGDATADIR}\"' -I${CMAKE_BINARY_DIR} -I${CMAKE_SOURCE_DIR}/shared ${BOOT_LOGGER_FLAG} -DGETTEXT_PACKAGE='\"unity\"' ${MAINTAINER_CFLAGS}"
 
11
               LIBRARIES "-lunity-shared-${UNITY_API_VERSION}"
 
12
               LIBDIRS "${CMAKE_BINARY_DIR}/shared"
 
13
               )
 
14
add_dependencies(unityshell unity-shared-${UNITY_API_VERSION})
 
15
 
 
16
install (FILES plugin-unityshell.png DESTINATION ${DATADIR}/ccsm/icons/hicolor/64x64/apps)