From 1b5e0271d943ba16f7663c699247da6cdee7850d Mon Sep 17 00:00:00 2001 From: Francois Andriot Date: Thu, 1 Aug 2013 18:03:42 +0200 Subject: [PATCH] Fix FTBFS due to libart location (cherry picked from commit 12b5e141be261b5ff652e8ec5153d50888859d1a) --- kdecore/CMakeLists.txt | 1 + pics/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) 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} )