diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-06-15 01:39:04 +0000 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-06-15 08:50:53 +0000 |
| commit | 1ae3f163d838e5cc20d0991018a141b5cc1a6a31 (patch) | |
| tree | 6bcef7a14d9840cd9976832de0a6ee6dad4613ed /CMakeScripts | |
| parent | Drop x11 dependency. (diff) | |
| download | inkscape-1ae3f163d838e5cc20d0991018a141b5cc1a6a31.tar.gz inkscape-1ae3f163d838e5cc20d0991018a141b5cc1a6a31.zip | |
Remove cmake checks for unused libraries.
Neither gthread nor FreeType appear to be used for anything.
Diffstat (limited to 'CMakeScripts')
| -rw-r--r-- | CMakeScripts/DefineDependsandFlags.cmake | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake index 6967e8149..52410fb2b 100644 --- a/CMakeScripts/DefineDependsandFlags.cmake +++ b/CMakeScripts/DefineDependsandFlags.cmake @@ -45,7 +45,6 @@ pkg_check_modules(INKSCAPE_DEP REQUIRED pangocairo pangoft2 fontconfig - gthread-2.0 gsl gmodule-2.0) @@ -287,10 +286,6 @@ set(TRY_GTKSPELL ON) ${GTKSPELL3_LIBRARIES} ) -find_package(Freetype REQUIRED) -list(APPEND INKSCAPE_INCS_SYS ${FREETYPE_INCLUDE_DIRS}) -list(APPEND INKSCAPE_LIBS ${FREETYPE_LIBRARIES}) - find_package(Boost 1.19.0 REQUIRED) list(APPEND INKSCAPE_INCS_SYS ${Boost_INCLUDE_DIRS}) # list(APPEND INKSCAPE_LIBS ${Boost_LIBRARIES}) |
