diff options
Diffstat (limited to 'arts')
-rw-r--r-- | arts/kde/CMakeLists.txt | 1 | ||||
-rw-r--r-- | arts/knotify/CMakeLists.txt | 1 | ||||
-rw-r--r-- | arts/message/CMakeLists.txt | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/arts/kde/CMakeLists.txt b/arts/kde/CMakeLists.txt index 091be3526..0c4a14cba 100644 --- a/arts/kde/CMakeLists.txt +++ b/arts/kde/CMakeLists.txt @@ -25,6 +25,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} ${ARTS_LIBRARY_DIRS} + ${XRENDER_LIBRARY_DIRS} ) diff --git a/arts/knotify/CMakeLists.txt b/arts/knotify/CMakeLists.txt index c290e9188..4f28da95f 100644 --- a/arts/knotify/CMakeLists.txt +++ b/arts/knotify/CMakeLists.txt @@ -24,6 +24,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} ${ARTS_LIBRARY_DIRS} + ${XRENDER_LIBRARY_DIRS} ) diff --git a/arts/message/CMakeLists.txt b/arts/message/CMakeLists.txt index 12e91f65e..ee6c80b51 100644 --- a/arts/message/CMakeLists.txt +++ b/arts/message/CMakeLists.txt @@ -18,6 +18,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${XRENDER_LIBRARY_DIRS} ) |