summaryrefslogtreecommitdiffstats
path: root/arts
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-04-02 20:48:47 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-04-02 20:48:47 -0500
commit1d498994f8f9579d8d37de7568031e1dd4c2eaa1 (patch)
tree935bde95317e1cd22a0eb30e5544a3bdd2eb8ba4 /arts
parente6a5e881777d5935f403cb2eee5d1636c3654d9b (diff)
downloadtdelibs-1d498994f8f9579d8d37de7568031e1dd4c2eaa1.tar.gz
tdelibs-1d498994f8f9579d8d37de7568031e1dd4c2eaa1.zip
Include xrender library directory when linking
This relates to Bug 1199
Diffstat (limited to 'arts')
-rw-r--r--arts/kde/CMakeLists.txt1
-rw-r--r--arts/knotify/CMakeLists.txt1
-rw-r--r--arts/message/CMakeLists.txt1
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}
)