summaryrefslogtreecommitdiffstats
path: root/tdewallet
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 /tdewallet
parente6a5e881777d5935f403cb2eee5d1636c3654d9b (diff)
downloadtdelibs-1d498994f8f9579d8d37de7568031e1dd4c2eaa1.tar.gz
tdelibs-1d498994f8f9579d8d37de7568031e1dd4c2eaa1.zip
Include xrender library directory when linking
This relates to Bug 1199
Diffstat (limited to 'tdewallet')
-rw-r--r--tdewallet/backend/CMakeLists.txt1
-rw-r--r--tdewallet/client/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/tdewallet/backend/CMakeLists.txt b/tdewallet/backend/CMakeLists.txt
index 886e6c385..7e3466326 100644
--- a/tdewallet/backend/CMakeLists.txt
+++ b/tdewallet/backend/CMakeLists.txt
@@ -20,6 +20,7 @@ include_directories(
link_directories(
${TDECORE_LIBRARY_DIRS}
+ ${XRENDER_LIBRARY_DIRS}
)
diff --git a/tdewallet/client/CMakeLists.txt b/tdewallet/client/CMakeLists.txt
index 531733ac8..e40debe65 100644
--- a/tdewallet/client/CMakeLists.txt
+++ b/tdewallet/client/CMakeLists.txt
@@ -19,6 +19,7 @@ include_directories(
link_directories(
${TDECORE_LIBRARY_DIRS}
+ ${XRENDER_LIBRARY_DIRS}
)