diff options
author | Sam Spilsbury <sam.spilsbury@canonical.com> | 2011-01-29 21:40:48 +0800 |
---|---|---|
committer | Sam Spilsbury <sam.spilsbury@canonical.com> | 2011-01-29 21:40:48 +0800 |
commit | fceb9363d7405d1ed75488fe80cc9202aa9ea197 (patch) | |
tree | c38008475fe6ef3836795d153044a642deb8e79e /src | |
parent | 86b00f1e1a9baff35992a58ebc962cc30d929457 (diff) | |
download | unity-window-decorator-fceb9363d7405d1ed75488fe80cc9202aa9ea197.tar.gz unity-window-decorator-fceb9363d7405d1ed75488fe80cc9202aa9ea197.tar.bz2 |
Revert "Revert "Don't dep on system libdecoration but on source built-one""
This reverts commit 86b00f1e1a9baff35992a58ebc962cc30d929457.
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} |