diff options
Diffstat (limited to 'kcontrol/tdefontinst')
-rw-r--r-- | kcontrol/tdefontinst/lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/tdefontinst/lib/CMakeLists.txt b/kcontrol/tdefontinst/lib/CMakeLists.txt index 411307aba..1076cb03c 100644 --- a/kcontrol/tdefontinst/lib/CMakeLists.txt +++ b/kcontrol/tdefontinst/lib/CMakeLists.txt @@ -26,6 +26,6 @@ link_directories( tde_add_library( tdefontinst SHARED SOURCES Misc.cpp FcEngine.cpp VERSION 0.0.0 - LINK tdeio-shared ${XFT_LIBRARIES} + LINK tdeio-shared ${FONTCONFIG_LIBRARIES} ${XFT_LIBRARIES} DESTINATION ${LIB_INSTALL_DIR} ) |