diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-04-05 12:26:09 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-04-05 12:26:09 +0200 |
commit | e7d1b8fe33c08343f305b815a7087a6f88b99b00 (patch) | |
tree | 9f8d8ede8f8020e9da345e9c77797fafb3b0eaf2 /arts | |
parent | 1d498994f8f9579d8d37de7568031e1dd4c2eaa1 (diff) | |
download | tdelibs-e7d1b8fe33c08343f305b815a7087a6f88b99b00.tar.gz tdelibs-e7d1b8fe33c08343f305b815a7087a6f88b99b00.zip |
Revert commit 1d498994
Diffstat (limited to 'arts')
-rw-r--r-- | arts/kde/CMakeLists.txt | 1 | ||||
-rw-r--r-- | arts/knotify/CMakeLists.txt | 1 | ||||
-rw-r--r-- | arts/message/CMakeLists.txt | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/arts/kde/CMakeLists.txt b/arts/kde/CMakeLists.txt index 0c4a14cba..091be3526 100644 --- a/arts/kde/CMakeLists.txt +++ b/arts/kde/CMakeLists.txt @@ -25,7 +25,6 @@ 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 4f28da95f..c290e9188 100644 --- a/arts/knotify/CMakeLists.txt +++ b/arts/knotify/CMakeLists.txt @@ -24,7 +24,6 @@ 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 ee6c80b51..12e91f65e 100644 --- a/arts/message/CMakeLists.txt +++ b/arts/message/CMakeLists.txt @@ -18,7 +18,6 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} - ${XRENDER_LIBRARY_DIRS} ) |