diff options
author | Michele Calgaro <[email protected]> | 2020-06-14 23:19:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-06-14 23:28:02 +0900 |
commit | 86504f1214deb78997059d71bba74c6b3080cd8f (patch) | |
tree | dcdfe9148b65275706148c02b31c9d3e00bea7ec /ksvg/ConfigureChecks.cmake | |
parent | 53f3b3207b197b9b4e4cde205cc7731044ea0524 (diff) | |
download | tdegraphics-86504f1214deb78997059d71bba74c6b3080cd8f.tar.gz tdegraphics-86504f1214deb78997059d71bba74c6b3080cd8f.zip |
Fixed FTBFS due to missing linked libraries.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ksvg/ConfigureChecks.cmake')
-rw-r--r-- | ksvg/ConfigureChecks.cmake | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ksvg/ConfigureChecks.cmake b/ksvg/ConfigureChecks.cmake index e3c3893a..9c2622c8 100644 --- a/ksvg/ConfigureChecks.cmake +++ b/ksvg/ConfigureChecks.cmake @@ -53,12 +53,3 @@ else( ) tde_message_fatal( "fribidi is required, but was not found on your system" ) endif( ) - -##### check for fontconfig ###################### - -pkg_search_module( FONTCONFIG fontconfig ) -if( NOT FONTCONFIG_FOUND ) - message(FATAL_ERROR "\nfontconfig are required, but not found on your system" ) -endif( NOT FONTCONFIG_FOUND ) -set( HAVE_FONTCONFIG 1 CACHE INTERNAL "" FORCE ) - |