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

« back to all changes in this revision

Viewing changes to 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:
4
4
 
5
5
include (cmake/Documentation.cmake)
6
6
 
7
 
subdirs (shared services tests tools doc)
 
7
subdirs (shared services tools doc)
8
8
 
9
9
#
10
10
# Base bits
90
90
file (GLOB _datafiles "${CMAKE_CURRENT_SOURCE_DIR}/resources/*")
91
91
install (FILES ${_datafiles} DESTINATION ${PKGDATADIR})
92
92
 
93
 
install (FILES plugin-unityshell.png DESTINATION ${DATADIR}/ccsm/icons/hicolor/64x64/apps)
94
 
 
95
93
#
96
94
# i18n
97
95
#
124
122
endif (DISABLE_MAINTAINER_CFLAGS)
125
123
 
126
124
#
127
 
# src (Compiz Plugin)
 
125
# Compiz Plugins
128
126
#
129
 
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")
130
 
 
131
127
find_package (Compiz REQUIRED)
132
128
include (CompizPlugin)
133
 
compiz_plugin (unityshell
134
 
               PKGDEPS ${UNITY_PLUGIN_DEPS}
135
 
               PLUGINDEPS composite opengl
136
 
               CFLAGSADD "-DINSTALLPREFIX='\"${CMAKE_INSTALL_PREFIX}\"' -DPKGDATADIR='\"${PKGDATADIR}\"' -I${CMAKE_BINARY_DIR} -I${CMAKE_SOURCE_DIR}/shared ${BOOT_LOGGER_FLAG} -DGETTEXT_PACKAGE='\"unity\"' ${MAINTAINER_CFLAGS}"
137
 
               LIBRARIES "-lunity-shared-${UNITY_API_VERSION}"
138
 
               LIBDIRS "${CMAKE_BINARY_DIR}/shared"
139
 
               )
140
 
add_dependencies(unityshell unity-shared-${UNITY_API_VERSION})
141
 
 
142
 
#
143
 
# UTouch things
144
 
#
145
 
 
146
 
compiz_add_plugins_in_folder ("${CMAKE_SOURCE_DIR}/utouch")
147
 
 
148
 
#
149
 
# Dialog things
150
 
#
151
 
 
152
 
compiz_add_plugins_in_folder ("${CMAKE_SOURCE_DIR}/dialog")
 
129
 
 
130
compiz_add_plugins_in_folder ("${CMAKE_SOURCE_DIR}/plugins/")
153
131
 
154
132
#
155
133
# GSettings Schema