diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-06-12 12:12:34 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-06-12 12:56:32 +0200 |
commit | 28d4da42be051cb98337345922fe8a23899171a2 (patch) | |
tree | 9be4b9b6c1d7a356f7af6fa66098766107d67718 /kcontrol/tdefontinst/lib/CMakeLists.txt | |
parent | b2d13aa0d034b3b63b7e09f4cdd08d13ee9129a0 (diff) | |
download | tdebase-28d4da42be051cb98337345922fe8a23899171a2.tar.gz tdebase-28d4da42be051cb98337345922fe8a23899171a2.zip |
Fix FTBFS due to missing linked libraries.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6a194d1435d73bf8f19aab741a93f2486dcb4082)
Diffstat (limited to 'kcontrol/tdefontinst/lib/CMakeLists.txt')
-rw-r--r-- | kcontrol/tdefontinst/lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/tdefontinst/lib/CMakeLists.txt b/kcontrol/tdefontinst/lib/CMakeLists.txt index 411307aba..1076cb03c 100644 --- a/kcontrol/tdefontinst/lib/CMakeLists.txt +++ b/kcontrol/tdefontinst/lib/CMakeLists.txt @@ -26,6 +26,6 @@ link_directories( tde_add_library( tdefontinst SHARED SOURCES Misc.cpp FcEngine.cpp VERSION 0.0.0 - LINK tdeio-shared ${XFT_LIBRARIES} + LINK tdeio-shared ${FONTCONFIG_LIBRARIES} ${XFT_LIBRARIES} DESTINATION ${LIB_INSTALL_DIR} ) |