Branch: master

1d498994 2014-04-02 20:48:47 Timothy Pearson
Include xrender library directory when linking
This relates to Bug 1199
M arts/kde/CMakeLists.txt
M arts/knotify/CMakeLists.txt
M arts/message/CMakeLists.txt
M dcop/client/CMakeLists.txt
M dnssd/CMakeLists.txt
M interfaces/tdeimproxy/library/CMakeLists.txt
M interfaces/tdemediaplayer/CMakeLists.txt
M interfaces/tdemediaplayer/tdefileaudiopreview/CMakeLists.txt
M interfaces/tdescript/CMakeLists.txt
M interfaces/tdescript/sample/CMakeLists.txt
M interfaces/tdetexteditor/CMakeLists.txt
M kate/interfaces/CMakeLists.txt
M kate/part/CMakeLists.txt
M kate/plugins/insertfile/CMakeLists.txt
M kate/plugins/isearch/CMakeLists.txt
M kate/plugins/kdatatool/CMakeLists.txt
M kate/plugins/wordcompletion/CMakeLists.txt
M kded/CMakeLists.txt
M kdoctools/CMakeLists.txt
M kimgio/CMakeLists.txt
M kjs/CMakeLists.txt
M knewstuff/CMakeLists.txt
M libtdemid/CMakeLists.txt
M libtdescreensaver/CMakeLists.txt
M networkstatus/CMakeLists.txt
M pics/CMakeLists.txt
M tdeabc/CMakeLists.txt
M tdeabc/formats/CMakeLists.txt
M tdeabc/plugins/dir/CMakeLists.txt
M tdeabc/plugins/file/CMakeLists.txt
M tdeabc/plugins/ldaptdeio/CMakeLists.txt
M tdeabc/plugins/net/CMakeLists.txt
M tdecert/CMakeLists.txt
M tdecmshell/CMakeLists.txt
M tdeconf_update/CMakeLists.txt
M tdecore/CMakeLists.txt
M tdecore/tdeconfig_compiler/CMakeLists.txt
M tdefx/CMakeLists.txt
M tdehtml/CMakeLists.txt
M tdehtml/java/CMakeLists.txt
M tdehtml/tdemultipart/CMakeLists.txt
M tdeinit/CMakeLists.txt
M tdeio/CMakeLists.txt
M tdeio/kpasswdserver/CMakeLists.txt
M tdeio/misc/CMakeLists.txt
M tdeio/misc/kpac/CMakeLists.txt
M tdeio/misc/kssld/CMakeLists.txt
M tdeio/misc/tdefile/CMakeLists.txt
M tdeio/misc/tdentlm/CMakeLists.txt
M tdeio/misc/tdesasl/CMakeLists.txt
M tdeio/misc/tdesendbugmail/CMakeLists.txt
M tdeio/misc/tdewalletd/CMakeLists.txt
M tdeio/tdeioexec/CMakeLists.txt
M tdeio/tests/CMakeLists.txt
M tdeioslave/bzip2/CMakeLists.txt
M tdeioslave/file/CMakeLists.txt
M tdeioslave/ftp/CMakeLists.txt
M tdeioslave/gzip/CMakeLists.txt
M tdeioslave/http/CMakeLists.txt
M tdeioslave/http/kcookiejar/CMakeLists.txt
M tdeioslave/iso/CMakeLists.txt
M tdeioslave/metainfo/CMakeLists.txt
M tdemdi/CMakeLists.txt
M tdemdi/tdemdi/CMakeLists.txt
M tdeparts/CMakeLists.txt
M tdeprint/CMakeLists.txt
M tdeprint/cups/CMakeLists.txt
M tdeprint/cups/cupsdconf2/CMakeLists.txt
M tdeprint/ext/CMakeLists.txt
M tdeprint/lpdunix/CMakeLists.txt
M tdeprint/lpr/CMakeLists.txt
M tdeprint/management/CMakeLists.txt
M tdeprint/rlpr/CMakeLists.txt
M tdeprint/tools/escputil/CMakeLists.txt
M tderesources/CMakeLists.txt
M tdersync/CMakeLists.txt
M tdespell2/plugins/aspell/CMakeLists.txt
M tdespell2/plugins/ispell/CMakeLists.txt
M tdespell2/ui/CMakeLists.txt
M tdestyles/asteroid/CMakeLists.txt
M tdestyles/highcolor/CMakeLists.txt
M tdestyles/highcontrast/CMakeLists.txt
M tdestyles/highcontrast/config/CMakeLists.txt
M tdestyles/keramik/CMakeLists.txt
M tdestyles/kthemestyle/CMakeLists.txt
M tdestyles/light/CMakeLists.txt
M tdestyles/plastik/CMakeLists.txt
M tdestyles/plastik/config/CMakeLists.txt
M tdestyles/utils/installtheme/CMakeLists.txt
M tdesu/CMakeLists.txt
M tdeui/CMakeLists.txt
M tdeui/kdetrayproxy/CMakeLists.txt
M tdeunittest/CMakeLists.txt
M tdeutils/CMakeLists.txt
M tdewallet/backend/CMakeLists.txt
M tdewallet/client/CMakeLists.txt
M tdewidgets/CMakeLists.txt
diff --git a/arts/kde/CMakeLists.txt b/arts/kde/CMakeLists.txt
index 091be35..0c4a14c 100644
--- a/arts/kde/CMakeLists.txt
+++ b/arts/kde/CMakeLists.txt
@@ -25,6 +25,7 @@
 link_directories(
   ${TQT_LIBRARY_DIRS}
   ${ARTS_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 
diff --git a/arts/knotify/CMakeLists.txt b/arts/knotify/CMakeLists.txt
index c290e91..4f28da9 100644
--- a/arts/knotify/CMakeLists.txt
+++ b/arts/knotify/CMakeLists.txt
@@ -24,6 +24,7 @@
 link_directories(
   ${TQT_LIBRARY_DIRS}
   ${ARTS_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 
diff --git a/arts/message/CMakeLists.txt b/arts/message/CMakeLists.txt
index 12e91f6..ee6c80b 100644
--- a/arts/message/CMakeLists.txt
+++ b/arts/message/CMakeLists.txt
@@ -18,6 +18,7 @@
 
 link_directories(
   ${TQT_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 
diff --git a/dcop/client/CMakeLists.txt b/dcop/client/CMakeLists.txt
index d0b0ee9..bcf6b66 100644
--- a/dcop/client/CMakeLists.txt
+++ b/dcop/client/CMakeLists.txt
@@ -19,6 +19,7 @@
 
 link_directories(
   ${TQT_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 
diff --git a/dnssd/CMakeLists.txt b/dnssd/CMakeLists.txt
index 0135967..5cd7700 100644
--- a/dnssd/CMakeLists.txt
+++ b/dnssd/CMakeLists.txt
@@ -20,6 +20,7 @@
 
 link_directories(
   ${TDECORE_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 ##### headers ###################################
diff --git a/interfaces/tdeimproxy/library/CMakeLists.txt b/interfaces/tdeimproxy/library/CMakeLists.txt
index 40974d7..d171f91 100644
--- a/interfaces/tdeimproxy/library/CMakeLists.txt
+++ b/interfaces/tdeimproxy/library/CMakeLists.txt
@@ -23,6 +23,7 @@
 
 link_directories(
   ${TQT_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 
diff --git a/interfaces/tdemediaplayer/CMakeLists.txt b/interfaces/tdemediaplayer/CMakeLists.txt
index 0c93555..79d3b95 100644
--- a/interfaces/tdemediaplayer/CMakeLists.txt
+++ b/interfaces/tdemediaplayer/CMakeLists.txt
@@ -26,6 +26,7 @@
 
 link_directories(
   ${TQT_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 
diff --git a/interfaces/tdemediaplayer/tdefileaudiopreview/CMakeLists.txt b/interfaces/tdemediaplayer/tdefileaudiopreview/CMakeLists.txt
index 8e561e1..caed5f8 100644
--- a/interfaces/tdemediaplayer/tdefileaudiopreview/CMakeLists.txt
+++ b/interfaces/tdemediaplayer/tdefileaudiopreview/CMakeLists.txt
@@ -28,6 +28,7 @@
 link_directories(
   ${TQT_LIBRARY_DIRS}
   ${ARTS_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 
diff --git a/interfaces/tdescript/CMakeLists.txt b/interfaces/tdescript/CMakeLists.txt
index 6b57cde..f1dafee 100644
--- a/interfaces/tdescript/CMakeLists.txt
+++ b/interfaces/tdescript/CMakeLists.txt
@@ -25,6 +25,7 @@
 
 link_directories(
   ${TQT_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 
diff --git a/interfaces/tdescript/sample/CMakeLists.txt b/interfaces/tdescript/sample/CMakeLists.txt
index 46d031b..33fb3e5 100644
--- a/interfaces/tdescript/sample/CMakeLists.txt
+++ b/interfaces/tdescript/sample/CMakeLists.txt
@@ -20,6 +20,7 @@
 
 link_directories(
   ${TQT_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 
diff --git a/interfaces/tdetexteditor/CMakeLists.txt b/interfaces/tdetexteditor/CMakeLists.txt
index a0fea2f..06dcc15 100644
--- a/interfaces/tdetexteditor/CMakeLists.txt
+++ b/interfaces/tdetexteditor/CMakeLists.txt
@@ -28,6 +28,7 @@
 
 link_directories(
   ${TQT_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 
diff --git a/kate/interfaces/CMakeLists.txt b/kate/interfaces/CMakeLists.txt
index f62bcdb..40165a2 100644
--- a/kate/interfaces/CMakeLists.txt
+++ b/kate/interfaces/CMakeLists.txt
@@ -21,6 +21,7 @@
 
 link_directories(
   ${TQT_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 
diff --git a/kate/part/CMakeLists.txt b/kate/part/CMakeLists.txt
index dcbc0ee..62dc446 100644
--- a/kate/part/CMakeLists.txt
+++ b/kate/part/CMakeLists.txt
@@ -35,6 +35,7 @@
 link_directories(
   ${TQT_LIBRARY_DIRS}
   ${LUA_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 ##### kate (static library) #####################
diff --git a/kate/plugins/insertfile/CMakeLists.txt b/kate/plugins/insertfile/CMakeLists.txt
index 56bdfd9..8fa803f 100644
--- a/kate/plugins/insertfile/CMakeLists.txt
+++ b/kate/plugins/insertfile/CMakeLists.txt
@@ -24,6 +24,7 @@
 
 link_directories(
   ${TQT_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 
diff --git a/kate/plugins/isearch/CMakeLists.txt b/kate/plugins/isearch/CMakeLists.txt
index 38a0429..3b3739f 100644
--- a/kate/plugins/isearch/CMakeLists.txt
+++ b/kate/plugins/isearch/CMakeLists.txt
@@ -22,6 +22,7 @@
 
 link_directories(
   ${TQT_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 
diff --git a/kate/plugins/kdatatool/CMakeLists.txt b/kate/plugins/kdatatool/CMakeLists.txt
index 7ceccc1..440958a 100644
--- a/kate/plugins/kdatatool/CMakeLists.txt
+++ b/kate/plugins/kdatatool/CMakeLists.txt
@@ -24,6 +24,7 @@
 
 link_directories(
   ${TQT_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 
diff --git a/kate/plugins/wordcompletion/CMakeLists.txt b/kate/plugins/wordcompletion/CMakeLists.txt
index c09dbda..d96c61b 100644
--- a/kate/plugins/wordcompletion/CMakeLists.txt
+++ b/kate/plugins/wordcompletion/CMakeLists.txt
@@ -21,6 +21,7 @@
 
 link_directories(
   ${TQT_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 ##### other data ################################
diff --git a/kded/CMakeLists.txt b/kded/CMakeLists.txt
index 1a4433b..900016f 100644
--- a/kded/CMakeLists.txt
+++ b/kded/CMakeLists.txt
@@ -24,6 +24,7 @@
 
 link_directories(
   ${TDECORE_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 
diff --git a/kdoctools/CMakeLists.txt b/kdoctools/CMakeLists.txt
index 8657e27..a53bbe5 100644
--- a/kdoctools/CMakeLists.txt
+++ b/kdoctools/CMakeLists.txt
@@ -27,6 +27,7 @@
 
 link_directories(
   ${TQT_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 
diff --git a/kimgio/CMakeLists.txt b/kimgio/CMakeLists.txt
index e4a3a52..9f05793 100644
--- a/kimgio/CMakeLists.txt
+++ b/kimgio/CMakeLists.txt
@@ -20,6 +20,7 @@
 
 link_directories(
   ${TDECORE_LIBRARY_DIRS}
+  ${XRENDER_LIBRARY_DIRS}
 )
 
 
diff --git a/kjs/CMakeLists.txt b/kjs/CMakeLists.txt
index e8530ea..5331eb1 100644
--- a/kjs/CMakeLists.txt
+++ b/kjs/CMakeLists.txt
@@ -21,6 +21,7 @@
 link_directories(
   ${TDECORE_LIBRARY_DIRS}
   ${LIBPCRE_LIBDIR}
+  ${XRENDER_LIBRARY_DIRS}
 )
 ** Diff limit reached (max: 250 lines) **