summaryrefslogtreecommitdiffstats
path: root/kinit
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-06-14 03:42:08 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-12-23 02:23:01 +0100
commitec47e62bfc82144aa0dfb7b5ac0831db7e919b9e (patch)
tree41f10522ff476d442326f8311717b004c15b76b4 /kinit
parent94ea0653b48e311706e3ce65cbb4837829e4084b (diff)
downloadtdelibs-ec47e62bfc82144aa0dfb7b5ac0831db7e919b9e.tar.gz
tdelibs-ec47e62bfc82144aa0dfb7b5ac0831db7e919b9e.zip
Fix detection for option TDEINIT_USE_XFT with CMake build
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 14243cc8ead795531e47954763cc8b1bec94a092)
Diffstat (limited to 'kinit')
-rw-r--r--kinit/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kinit/CMakeLists.txt b/kinit/CMakeLists.txt
index c21282182..16acb7678 100644
--- a/kinit/CMakeLists.txt
+++ b/kinit/CMakeLists.txt
@@ -40,7 +40,7 @@ set( ${target}_SRCS
tde_add_executable( ${target}
SOURCES ${${target}_SRCS}
- LINK ltdlc-static kparts-shared
+ LINK ltdlc-static kparts-shared ${XFT_LIBRARIES}
DESTINATION ${BIN_INSTALL_DIR}
)