From 755a722f046b26dfdf0fb7a34a8065cf238ffbee Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 21 May 2021 21:26:44 +0200 Subject: [PATCH] tdefontinst, fix FTBFS undefined reference to symbol 'FT_Get_Sfnt_Name_Count' Signed-off-by: gregory guy (cherry picked from commit 9f0628564db959dc3dbc3c8e9cd9efc99d8c3bfd) --- kcontrol/tdefontinst/tdefontinst/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} )