From 1d498994f8f9579d8d37de7568031e1dd4c2eaa1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 2 Apr 2014 20:48:47 -0500 Subject: Include xrender library directory when linking This relates to Bug 1199 --- tdeioslave/http/CMakeLists.txt | 1 + tdeioslave/http/kcookiejar/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) (limited to 'tdeioslave/http') diff --git a/tdeioslave/http/CMakeLists.txt b/tdeioslave/http/CMakeLists.txt index aff6d0a4e..783670a7e 100644 --- a/tdeioslave/http/CMakeLists.txt +++ b/tdeioslave/http/CMakeLists.txt @@ -27,6 +27,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${XRENDER_LIBRARY_DIRS} ) diff --git a/tdeioslave/http/kcookiejar/CMakeLists.txt b/tdeioslave/http/kcookiejar/CMakeLists.txt index e5e622989..f92b53d98 100644 --- a/tdeioslave/http/kcookiejar/CMakeLists.txt +++ b/tdeioslave/http/kcookiejar/CMakeLists.txt @@ -22,6 +22,7 @@ include_directories( link_directories( ${TDECORE_LIBRARY_DIRS} + ${XRENDER_LIBRARY_DIRS} ) -- cgit v1.2.1