summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-28 18:10:31 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-05 19:34:07 -0600
commitfbbcc07ff457b497a1e6c8d8327a5ce40bf31fb5 (patch)
treec918618e3b131978fe57e1c94d63629f303e4408 /RepositoryExternal.mk
parente48d33bce151400347c53dd67b91894ac42ca46f (diff)
gbuildify apple_remote
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 91ff7a38c24f..b607ac8700b6 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1023,6 +1023,13 @@ $(call gb_LinkTarget_add_libs,$(1), \
endef
+define gb_LinkTarget__use_iokit
+$(call gb_LinkTarget_add_libs,$(1), \
+ -framework IOKit \
+)
+
+endef
+
define gb_LinkTarget__use_qtkit
$(call gb_LinkTarget_add_libs,$(1), \
-framework QTKit \