summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2016-08-30 11:38:29 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2016-08-30 11:38:29 +0000
commit5b4f5eea12a4ee758114c3b18d95962bd87b4a19 (patch)
tree2f6186ec3c304cf16ac9854ec8c91db37ed2643e /CMakeScripts
parent[Bug #1447971] User palettes not available if all shared system palettes are ... (diff)
downloadinkscape-5b4f5eea12a4ee758114c3b18d95962bd87b4a19.tar.gz
inkscape-5b4f5eea12a4ee758114c3b18d95962bd87b4a19.zip
Use HarfBuzz instead of deprecated Pango OT
Fixed bugs: - https://launchpad.net/bugs/1488159 (bzr r15094)
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/DefineDependsandFlags.cmake9
1 files changed, 8 insertions, 1 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake
index 186daf33f..e3bc9258e 100644
--- a/CMakeScripts/DefineDependsandFlags.cmake
+++ b/CMakeScripts/DefineDependsandFlags.cmake
@@ -44,7 +44,14 @@ if(WIN32)
endif()
endif()
-pkg_check_modules(INKSCAPE_DEP REQUIRED pangocairo pangoft2 fontconfig gthread-2.0 gsl gmodule-2.0)
+pkg_check_modules(INKSCAPE_DEP REQUIRED
+ harfbuzz
+ pangocairo
+ pangoft2
+ fontconfig
+ gthread-2.0
+ gsl
+ gmodule-2.0)
list(APPEND INKSCAPE_LIBS ${INKSCAPE_DEP_LDFLAGS})
list(APPEND INKSCAPE_INCS_SYS ${INKSCAPE_DEP_INCLUDE_DIRS})