summaryrefslogtreecommitdiffstats
path: root/tdeinit/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tdeinit/CMakeLists.txt')
-rw-r--r--tdeinit/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeinit/CMakeLists.txt b/tdeinit/CMakeLists.txt
index f6347899b..f094e54ab 100644
--- a/tdeinit/CMakeLists.txt
+++ b/tdeinit/CMakeLists.txt
@@ -40,7 +40,7 @@ set( ${target}_SRCS
tde_add_executable( ${target}
SOURCES ${${target}_SRCS}
- LINK kICE-static ltdlc-static tdeparts-shared ${XFT_LIBRARIES}
+ LINK kICE-static ltdlc-static tdeparts-shared ${FONTCONFIG_LIBRARIES} ${XFT_LIBRARIES}
DESTINATION ${BIN_INSTALL_DIR}
)