summaryrefslogtreecommitdiff
path: root/fpicker/Library_fps_aqua.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-05 08:17:51 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-05 08:39:16 +0200
commitc2cc50ff3cf9defe210b85e454f1217e06770dae (patch)
tree60d7e86fc336075738aa8a075c9bfa1c9451d262 /fpicker/Library_fps_aqua.mk
parent7c5064d3bd57a0d5e57e188274d74d61a3ac9922 (diff)
use the packaged header
Change-Id: I3a447ab2b7798922e1805d8ed379359fd9a8f216
Diffstat (limited to 'fpicker/Library_fps_aqua.mk')
-rw-r--r--fpicker/Library_fps_aqua.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/fpicker/Library_fps_aqua.mk b/fpicker/Library_fps_aqua.mk
index fb18d081bf8c..6cb9c18b2252 100644
--- a/fpicker/Library_fps_aqua.mk
+++ b/fpicker/Library_fps_aqua.mk
@@ -29,16 +29,15 @@ $(eval $(call gb_Library_Library,fps_aqua))
$(eval $(call gb_Library_set_componentfile,fps_aqua,fpicker/source/aqua/fps_aqua))
+$(eval $(call gb_Library_use_packages,fps_aqua,\
+ fpicker_inc \
+))
+
$(eval $(call gb_Library_use_api,fps_aqua,\
offapi \
udkapi \
))
-$(eval $(call gb_Library_set_include,fps_aqua,\
- $$(INCLUDE) \
- -I$(SRCDIR)/fpicker/inc \
-))
-
$(eval $(call gb_Library_add_libs,fps_aqua,\
-framework Cocoa \
-framework CoreFoundation \