diff options
author | Michele Calgaro <[email protected]> | 2020-06-14 23:19:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-06-14 23:28:41 +0900 |
commit | 57fac72653ea0cc5430b148c5e3021f0d04056c0 (patch) | |
tree | d437135fb5ed61ea64e7c1f1fad7659586ade920 /kpdf/xpdf/splash | |
parent | 7e6848ddd20dfe0288448fde2fc8e25a7c3e7074 (diff) | |
download | tdegraphics-57fac72653ea0cc5430b148c5e3021f0d04056c0.tar.gz tdegraphics-57fac72653ea0cc5430b148c5e3021f0d04056c0.zip |
Fixed FTBFS due to missing linked libraries.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 86504f1214deb78997059d71bba74c6b3080cd8f)
Diffstat (limited to 'kpdf/xpdf/splash')
-rw-r--r-- | kpdf/xpdf/splash/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kpdf/xpdf/splash/CMakeLists.txt b/kpdf/xpdf/splash/CMakeLists.txt index a7573b6c..650debba 100644 --- a/kpdf/xpdf/splash/CMakeLists.txt +++ b/kpdf/xpdf/splash/CMakeLists.txt @@ -29,4 +29,5 @@ tde_add_library( splash STATIC_PIC SplashPath.cc SplashPattern.cc SplashScreen.cc SplashState.cc SplashT1Font.cc SplashT1FontEngine.cc SplashT1FontFile.cc SplashXPath.cc SplashXPathScanner.cc + LINK ${FREETYPE_LIBRARIES} ${FONTCONFIG_LIBRARIES} ) |