summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-26 22:44:10 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-26 23:20:45 +0300
commitff88a5f76e0052451414fab72f18c43bc0dcfd7a (patch)
tree23ca25cccbf07add01984e3b929126dd024daabb /RepositoryExternal.mk
parent409bfef31fd04f3e7cc15c7ab90868b978571e56 (diff)
Add CoreText and CoreGraphics frameworks
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index b7cdbfb813ca..795e553cf65f 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -476,6 +476,20 @@ $(call gb_LinkTarget_add_libs,$(1), \
endef
+define gb_LinkTarget__use_coretext
+$(call gb_Library_add_libs,$(1), \
+ -framework CoreText \
+)
+
+endef
+
+define gb_LinkTarget__use_coregraphics
+$(call gb_Library_add_libs,$(1), \
+ -framework CoreGraphics \
+)
+
+endef
+
define gb_LinkTarget__use_cocoa
$(call gb_LinkTarget_add_libs,$(1), \
-framework Cocoa \