From ff88a5f76e0052451414fab72f18c43bc0dcfd7a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 26 Jul 2011 22:44:10 +0300 Subject: Add CoreText and CoreGraphics frameworks --- RepositoryExternal.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'RepositoryExternal.mk') 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 \ -- cgit