summaryrefslogtreecommitdiff
path: root/external/harfbuzz
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-06-12 14:51:42 +0200
committerjan Iversen <jani@libreoffice.org>2017-06-12 18:05:21 +0200
commit5985bed1764358a515c378c80bb60b4d35bad6b1 (patch)
treeddfc73e6dae7f144ac05fe8216ee3fa6670510b9 /external/harfbuzz
parent6685631ed9edcfded8e37a9df67afaed898e2afc (diff)
iOS, harfbuzz libcoretext not found
changed --with-libcoretext from "yes" to "auto" for IOS and MACOSX Change-Id: I032ad9975413709fdfaead745b63e04f0e0db27e
Diffstat (limited to 'external/harfbuzz')
-rw-r--r--external/harfbuzz/ExternalProject_harfbuzz.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/harfbuzz/ExternalProject_harfbuzz.mk b/external/harfbuzz/ExternalProject_harfbuzz.mk
index 070c58ea80a7..e98cc03bb80a 100644
--- a/external/harfbuzz/ExternalProject_harfbuzz.mk
+++ b/external/harfbuzz/ExternalProject_harfbuzz.mk
@@ -37,7 +37,7 @@ $(call gb_ExternalProject_get_state_target,harfbuzz,build) :
--with-cairo=no \
--with-glib=no \
--with-graphite2=yes \
- $(if $(filter IOS MACOSX,$(OS)),--with-coretext=yes) \
+ $(if $(filter IOS MACOSX,$(OS)),--with-coretext=auto) \
$(if $(verbose),--disable-silent-rules,--enable-silent-rules) \
--libdir=$(call gb_UnpackedTarball_get_dir,harfbuzz/src/.libs) \
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \