diff options
author | Francois Andriot <francois.andriot@free.fr> | 2013-08-01 18:03:42 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-12-23 02:22:27 +0100 |
commit | 1b5e0271d943ba16f7663c699247da6cdee7850d (patch) | |
tree | 909a4b97a5911a5c828cf9af3550e05fa6b78481 | |
parent | 20d7a1094395321bcbd105eb7fe471ece3d59888 (diff) | |
download | tdelibs-1b5e0271d943ba16f7663c699247da6cdee7850d.tar.gz tdelibs-1b5e0271d943ba16f7663c699247da6cdee7850d.zip |
Fix FTBFS due to libart location
(cherry picked from commit 12b5e141be261b5ff652e8ec5153d50888859d1a)
-rw-r--r-- | kdecore/CMakeLists.txt | 1 | ||||
-rw-r--r-- | pics/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/kdecore/CMakeLists.txt b/kdecore/CMakeLists.txt index 8247de65b..2e8d8b593 100644 --- a/kdecore/CMakeLists.txt +++ b/kdecore/CMakeLists.txt @@ -37,6 +37,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} ${LIBIDN_LIBRARY_DIRS} + ${LIBART_LIBRARY_DIRS} ) diff --git a/pics/CMakeLists.txt b/pics/CMakeLists.txt index bb0747d1b..b7e0f9aca 100644 --- a/pics/CMakeLists.txt +++ b/pics/CMakeLists.txt @@ -28,6 +28,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${LIBART_LIBRARY_DIRS} ) |