[Libreoffice-commits] .: RepositoryExternal.mk
Tor Lillqvist
tml at kemper.freedesktop.org
Tue Jul 26 13:21:14 PDT 2011
RepositoryExternal.mk | 14 ++++++++++++++
1 file changed, 14 insertions(+)
New commits:
commit f23e31b12a39377ae2d93c87ae3fea426d631aed
Author: Tor Lillqvist <tml at iki.fi>
Date: Tue Jul 26 22:44:10 2011 +0300
Add CoreText and CoreGraphics frameworks
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index b7cdbfb..795e553 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 \
More information about the Libreoffice-commits
mailing list