summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-05-21 21:26:44 +0200
committergregory guy <gregory-tde@laposte.net>2021-05-21 21:26:44 +0200
commit9f0628564db959dc3dbc3c8e9cd9efc99d8c3bfd (patch)
tree63899cffee13b03eb6f12d53da44b84ad91c032d /kcontrol
parente031e12d06c77e0a05ad0c30c21f3afea94764af (diff)
downloadtdebase-9f0628564db959dc3dbc3c8e9cd9efc99d8c3bfd.tar.gz
tdebase-9f0628564db959dc3dbc3c8e9cd9efc99d8c3bfd.zip
tdefontinst, fix FTBFS undefined reference to symbol 'FT_Get_Sfnt_Name_Count'
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'kcontrol')
-rw-r--r--kcontrol/tdefontinst/tdefontinst/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/tdefontinst/tdefontinst/CMakeLists.txt b/kcontrol/tdefontinst/tdefontinst/CMakeLists.txt
index b1f541f05..20bc97c23 100644
--- a/kcontrol/tdefontinst/tdefontinst/CMakeLists.txt
+++ b/kcontrol/tdefontinst/tdefontinst/CMakeLists.txt
@@ -31,6 +31,6 @@ tde_add_executable( tdefontinst
SOURCES
Main.cpp FontEngine.cpp Fontmap.cpp GetPid.c
XConfig.cpp
- LINK kxftconfig-static tdefontinst-shared tdeio-shared
+ LINK kxftconfig-static tdefontinst-shared tdeio-shared ${FREETYPE_LIBRARIES}
DESTINATION ${BIN_INSTALL_DIR}
)