From 57fac72653ea0cc5430b148c5e3021f0d04056c0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 14 Jun 2020 23:19:05 +0900 Subject: Fixed FTBFS due to missing linked libraries. Signed-off-by: Michele Calgaro (cherry picked from commit 86504f1214deb78997059d71bba74c6b3080cd8f) --- ksvg/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'ksvg/CMakeLists.txt') diff --git a/ksvg/CMakeLists.txt b/ksvg/CMakeLists.txt index ba7ae70a..bf6fdb31 100644 --- a/ksvg/CMakeLists.txt +++ b/ksvg/CMakeLists.txt @@ -39,5 +39,6 @@ tde_add_library( ksvg SHARED ksvgxrgbrender-static text2path-static ksvgart-static LINK tdehtml-shared ${LCMS_LIBRARY} ${ART_LIBRARIES} ${FRIBIDI_LIBRARIES} + ${FREETYPE_LIBRARIES} ${FONTCONFIG_LIBRARIES} DESTINATION ${LIB_INSTALL_DIR} ) -- cgit v1.2.1