diff options
Diffstat (limited to 'tdewallet')
-rw-r--r-- | tdewallet/backend/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tdewallet/client/CMakeLists.txt | 1 |
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} ) |