diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-04-02 20:48:47 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-04-02 20:48:47 -0500 |
commit | 1d498994f8f9579d8d37de7568031e1dd4c2eaa1 (patch) | |
tree | 935bde95317e1cd22a0eb30e5544a3bdd2eb8ba4 /tdeprint | |
parent | e6a5e881777d5935f403cb2eee5d1636c3654d9b (diff) | |
download | tdelibs-1d498994f8f9579d8d37de7568031e1dd4c2eaa1.tar.gz tdelibs-1d498994f8f9579d8d37de7568031e1dd4c2eaa1.zip |
Include xrender library directory when linking
This relates to Bug 1199
Diffstat (limited to 'tdeprint')
-rw-r--r-- | tdeprint/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeprint/cups/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeprint/cups/cupsdconf2/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeprint/ext/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeprint/lpdunix/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeprint/lpr/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeprint/management/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeprint/rlpr/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdeprint/tools/escputil/CMakeLists.txt | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/tdeprint/CMakeLists.txt b/tdeprint/CMakeLists.txt index 40eb60f8f..233269744 100644 --- a/tdeprint/CMakeLists.txt +++ b/tdeprint/CMakeLists.txt @@ -40,6 +40,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${XRENDER_LIBRARY_DIRS} ) diff --git a/tdeprint/cups/CMakeLists.txt b/tdeprint/cups/CMakeLists.txt index aa882ca7e..a21e19019 100644 --- a/tdeprint/cups/CMakeLists.txt +++ b/tdeprint/cups/CMakeLists.txt @@ -35,6 +35,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${XRENDER_LIBRARY_DIRS} ) diff --git a/tdeprint/cups/cupsdconf2/CMakeLists.txt b/tdeprint/cups/cupsdconf2/CMakeLists.txt index 749d84182..b73baf02e 100644 --- a/tdeprint/cups/cupsdconf2/CMakeLists.txt +++ b/tdeprint/cups/cupsdconf2/CMakeLists.txt @@ -24,6 +24,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${XRENDER_LIBRARY_DIRS} ) diff --git a/tdeprint/ext/CMakeLists.txt b/tdeprint/ext/CMakeLists.txt index 83b1e3dab..6a20b4783 100644 --- a/tdeprint/ext/CMakeLists.txt +++ b/tdeprint/ext/CMakeLists.txt @@ -26,6 +26,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${XRENDER_LIBRARY_DIRS} ) diff --git a/tdeprint/lpdunix/CMakeLists.txt b/tdeprint/lpdunix/CMakeLists.txt index 8bbe9bf27..ef5977d4e 100644 --- a/tdeprint/lpdunix/CMakeLists.txt +++ b/tdeprint/lpdunix/CMakeLists.txt @@ -28,6 +28,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${XRENDER_LIBRARY_DIRS} ) diff --git a/tdeprint/lpr/CMakeLists.txt b/tdeprint/lpr/CMakeLists.txt index 7e7725ce6..9716c7ed7 100644 --- a/tdeprint/lpr/CMakeLists.txt +++ b/tdeprint/lpr/CMakeLists.txt @@ -29,6 +29,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${XRENDER_LIBRARY_DIRS} ) diff --git a/tdeprint/management/CMakeLists.txt b/tdeprint/management/CMakeLists.txt index 83ba4e3f8..fd7068885 100644 --- a/tdeprint/management/CMakeLists.txt +++ b/tdeprint/management/CMakeLists.txt @@ -32,6 +32,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${XRENDER_LIBRARY_DIRS} ) diff --git a/tdeprint/rlpr/CMakeLists.txt b/tdeprint/rlpr/CMakeLists.txt index 65624f184..2f726a369 100644 --- a/tdeprint/rlpr/CMakeLists.txt +++ b/tdeprint/rlpr/CMakeLists.txt @@ -29,6 +29,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${XRENDER_LIBRARY_DIRS} ) diff --git a/tdeprint/tools/escputil/CMakeLists.txt b/tdeprint/tools/escputil/CMakeLists.txt index 3494d3cfb..4535dc5a5 100644 --- a/tdeprint/tools/escputil/CMakeLists.txt +++ b/tdeprint/tools/escputil/CMakeLists.txt @@ -19,6 +19,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${XRENDER_LIBRARY_DIRS} ) |