summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2013-08-01 18:03:42 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-08-01 18:07:09 +0200
commit12b5e141be261b5ff652e8ec5153d50888859d1a (patch)
tree248402b15d677bea962a60d487109b7f664ebb56
parent6b1e323cd22f19d8517d344ce8ae4e0a19769028 (diff)
downloadtdelibs-12b5e141.tar.gz
tdelibs-12b5e141.zip
Fix FTBFS due to libart location
-rw-r--r--pics/CMakeLists.txt1
-rw-r--r--tdecore/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/pics/CMakeLists.txt b/pics/CMakeLists.txt
index b278a39c1..e5146680d 100644
--- a/pics/CMakeLists.txt
+++ b/pics/CMakeLists.txt
@@ -28,6 +28,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${LIBART_LIBRARY_DIRS}
)
diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt
index bff0e51d0..a201774f8 100644
--- a/tdecore/CMakeLists.txt
+++ b/tdecore/CMakeLists.txt
@@ -83,6 +83,7 @@ link_directories(
${TQT_LIBRARY_DIRS}
${LIBIDN_LIBRARY_DIRS}
${GAMIN_LIBDIR}
+ ${LIBART_LIBRARY_DIRS}
)
##### headers ###################################