diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2010-05-19 15:39:53 +0000 |
---|---|---|
committer | Live session user <ubuntu@ubuntu.(none)> | 2010-05-19 15:40:46 +0000 |
commit | 6426b4cdc4a5928f8f617e35cc2cf9e398307927 (patch) | |
tree | 50404bff43eb126c43ca20f43e79ef4ba0a8a87e /kde | |
parent | 2c3400a0c6cd4b203f6ac94d152edb2e0cf6dbf1 (diff) | |
download | zcomp-6426b4cdc4a5928f8f617e35cc2cf9e398307927.tar.gz zcomp-6426b4cdc4a5928f8f617e35cc2cf9e398307927.tar.bz2 |
Fix DESTDIR related typo
Ensure no rpath linkage in kde4-w-d gtk-w-d and blur
Diffstat (limited to 'kde')
-rw-r--r-- | kde/window-decorator-kde4/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kde/window-decorator-kde4/CMakeLists.txt b/kde/window-decorator-kde4/CMakeLists.txt index 51e0d50..45c7562 100644 --- a/kde/window-decorator-kde4/CMakeLists.txt +++ b/kde/window-decorator-kde4/CMakeLists.txt @@ -49,6 +49,11 @@ if (USE_KDE4) ${kwd4_SRCS} ) + set_target_properties ( + kde4-window-decorator PROPERTIES + INSTALL_RPATH_USE_LINK_PATH 0 + ) + target_link_libraries ( kde4-window-decorator decoration |