tdefontinst, fix FTBFS undefined reference to symbol 'FT_Get_Sfnt_Name_Count'

Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 9f0628564d)
r14.0.x
gregory guy 3 years ago committed by Michele Calgaro
parent 225ddaa366
commit 755a722f04
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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}
)

Loading…
Cancel
Save