diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-19 18:42:56 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-19 18:43:09 +0300 |
commit | 1a6a3a12a9247ad18bc68d77b48229e457c7a9c0 (patch) | |
tree | 0e82f12213dc8004f628606a80ad6ab7970903a4 /vcl | |
parent | bfa21ce5fa08f2c634ccb6162914be55aef9f3c2 (diff) |
In the 10.7 SDK CoreText is in the ApplicationServices framework
Although I don't understand why this worked before, huh.
Change-Id: I67ea314330630f331acaabd1c47128de6e340bb2
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/Library_vcl.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index d1dbad65c512..1ff33396ae6a 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -353,9 +353,15 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ vcl/aqua/source/gdi/coretext/salgdi \ )) +ifeq ($(MACOSX_SDK_VERSION),1070) +$(eval $(call gb_Library_use_system_darwin_frameworks,vcl,\ + ApplicationServices \ +)) +else $(eval $(call gb_Library_use_system_darwin_frameworks,vcl,\ CoreText \ )) +endif else # ATSUI |