summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/DefineDependsandFlags.cmake
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2015-12-27 17:08:31 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2015-12-27 17:08:31 +0000
commit926cd79383db18f325adfbc24be8bb4fd32f06b9 (patch)
treeb714037115b62a7db83c09cba724de4f097c863e /CMakeScripts/DefineDependsandFlags.cmake
parentTranslations. PO template update. (diff)
downloadinkscape-926cd79383db18f325adfbc24be8bb4fd32f06b9.tar.gz
inkscape-926cd79383db18f325adfbc24be8bb4fd32f06b9.zip
Apply Tav/suv patch to replace Pango OT functions with Harfbuzz
Fixed bugs: - https://launchpad.net/bugs/1488159 (bzr r14549)
Diffstat (limited to 'CMakeScripts/DefineDependsandFlags.cmake')
-rw-r--r--CMakeScripts/DefineDependsandFlags.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake
index f4992de5d..14bb78416 100644
--- a/CMakeScripts/DefineDependsandFlags.cmake
+++ b/CMakeScripts/DefineDependsandFlags.cmake
@@ -21,6 +21,7 @@ if (WIN32)
list(APPEND INKSCAPE_LIBS "-L$ENV{DEVLIBS_PATH}/lib") # FIXME
list(APPEND INKSCAPE_LIBS "-lpangocairo-1.0.dll") # FIXME
list(APPEND INKSCAPE_LIBS "-lpangoft2-1.0.dll") # FIXME
+ list(APPEND INKSCAPE_LIBS "-lharfbuzz-0.dll") # FIXME
list(APPEND INKSCAPE_LIBS "-lpangowin32-1.0.dll") # FIXME
list(APPEND INKSCAPE_LIBS "-lgthread-2.0.dll") # FIXME
elseif(APPLE)
@@ -33,6 +34,7 @@ elseif(APPLE)
endif()
list(APPEND INKSCAPE_LIBS "-lpangocairo-1.0") # FIXME
list(APPEND INKSCAPE_LIBS "-lpangoft2-1.0") # FIXME
+ list(APPEND INKSCAPE_LIBS "-lharfbuzz") # FIXME
list(APPEND INKSCAPE_LIBS "-lfontconfig") # FIXME
if(${GTK+_2.0_TARGET} MATCHES "x11")
# only link X11 if using X11 backend of GTK2
@@ -42,6 +44,7 @@ else()
list(APPEND INKSCAPE_LIBS "-ldl") # FIXME
list(APPEND INKSCAPE_LIBS "-lpangocairo-1.0") # FIXME
list(APPEND INKSCAPE_LIBS "-lpangoft2-1.0") # FIXME
+ list(APPEND INKSCAPE_LIBS "-lharfbuzz") # FIXME
list(APPEND INKSCAPE_LIBS "-lfontconfig") # FIXME
list(APPEND INKSCAPE_LIBS "-lX11") # FIXME
endif()