diff options
author | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2008-10-14 04:10:47 +0200 |
---|---|---|
committer | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2008-10-14 04:10:47 +0200 |
commit | 12f628236ead6c985c3524998b1d9626977596f9 (patch) | |
tree | 5b1888c2b2181d55fd9fd2983d17700f0350d51b /gtk | |
parent | e0ae8095bb5c1440d18670517115b79ea2b1d42e (diff) | |
download | zcomp-12f628236ead6c985c3524998b1d9626977596f9.tar.gz zcomp-12f628236ead6c985c3524998b1d9626977596f9.tar.bz2 |
Link to currently installed libdecoration.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/window-decorator/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/window-decorator/CMakeLists.txt b/gtk/window-decorator/CMakeLists.txt index 77f8392..a4c7e30 100644 --- a/gtk/window-decorator/CMakeLists.txt +++ b/gtk/window-decorator/CMakeLists.txt @@ -1,5 +1,7 @@ if (USE_GTK) + set (CMAKE_INSTALL_RPATH ${libdir}) + include_directories ( ${compiz_SOURCE_DIR}/include ${CMAKE_BINARY_DIR}/gtk |