summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-05-19 10:45:21 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-05-19 10:45:50 -0500
commit2d55b2e5ae0d4f1a05e1ce5b20a7b342d6ea8b1d (patch)
tree9ff0e03f5970eda88faa9af3259eaccf2490fa56 /vcl
parent123c226af5b529e5b4fdb9d930eac089706049c5 (diff)
enable coretext by default on Mac
use --disable-coretext explicitely to turn it off (and revert to ATSUI) Change-Id: I86685482a08cd62665a94eb6e241b59a217d0b52
Diffstat (limited to 'vcl')
-rw-r--r--vcl/Library_vcl.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index a4a69570e668..dfaecc7c7c47 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -381,10 +381,16 @@ $(eval $(call gb_Library_use_system_darwin_frameworks,vcl,\
ApplicationServices \
))
else
+ifeq ($(MACOSX_SDK_VERSION),1060)
+$(eval $(call gb_Library_use_system_darwin_frameworks,vcl,\
+ ApplicationServices \
+))
+else
$(eval $(call gb_Library_use_system_darwin_frameworks,vcl,\
CoreText \
))
endif
+endif
else # ATSUI