diff options
author | Aurélien Gâteau <aurelien.gateau@canonical.com> | 2011-01-19 12:21:26 +0100 |
---|---|---|
committer | Didier Roche <didrocks@ubuntu.com> | 2011-01-19 12:21:26 +0100 |
commit | 8e515dd1dd7eaf8cbf4ee5e1ef182378757aba20 (patch) | |
tree | 6ba4ec35a539d640f1d01172bf043bd7fa30717a /src | |
parent | 45aa3b440a295102021d1efb52bafe1cdbd1fff4 (diff) | |
download | unity-window-decorator-8e515dd1dd7eaf8cbf4ee5e1ef182378757aba20.tar.gz unity-window-decorator-8e515dd1dd7eaf8cbf4ee5e1ef182378757aba20.tar.bz2 |
Don't dep on system libdecoration but on source built-one
(as the decorator is a distro-patch for now in the compiz source)
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c833e4c..bb3e317 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -28,7 +28,6 @@ set (USE_GCONF_UNITY_WINDOW_DECORATOR 1 CACHE BOOL "Install GConf schemas for Un if (BUILD_UNITY) pkg_check_modules (UNITY_WINDOW_DECORATOR - libdecoration gconf-2.0 xrender>=0.8.4 gtk+-2.0>=2.18.0 @@ -135,10 +134,10 @@ if (BUILD_UNITY) set_target_properties ( unity-window-decorator PROPERTIES INSTALL_RPATH_USE_LINK_PATH 0 - COMPILE_FLAGS ${UNITY_WINDOW_DECORATOR_CFLAGS} ) target_link_libraries (unity-window-decorator + decoration ${UNITY_WINDOW_DECORATOR_LIBRARIES} ${GCONF_LIBRARIES} ${DBUS_GLIB_LIBRARIES} |