summaryrefslogtreecommitdiffstats
path: root/tdeinit
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-06-14 03:44:55 +0200
commit1af68b9ef80dfe55f0378745e0c9d0e91f3b07b0 (patch)
treeb0c82a2f0d2321a4495e74536ae7f2be5a156eff /tdeinit
parentce741f6553e32ad7a01b85d5736d8da7bac0d392 (diff)
downloadtdelibs-1af68b9ef80dfe55f0378745e0c9d0e91f3b07b0.tar.gz
tdelibs-1af68b9ef80dfe55f0378745e0c9d0e91f3b07b0.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 'tdeinit')
-rw-r--r--tdeinit/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeinit/CMakeLists.txt b/tdeinit/CMakeLists.txt
index f4124e5d3..346bfa20e 100644
--- a/tdeinit/CMakeLists.txt
+++ b/tdeinit/CMakeLists.txt
@@ -40,7 +40,7 @@ set( ${target}_SRCS
tde_add_executable( ${target}
SOURCES ${${target}_SRCS}
- LINK ltdlc-static tdeparts-shared
+ LINK ltdlc-static tdeparts-shared ${XFT_LIBRARIES}
DESTINATION ${BIN_INSTALL_DIR}
)