summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-11-07 09:49:29 +0100
committerDavid Tardon <dtardon@redhat.com>2012-11-07 10:10:39 +0100
commit14f756e680d0fec918f53c03595009acb8639d62 (patch)
tree64995d06a4b52e53245a86023e99e2c2fbac5e38 /svgio
parent27239ad23006b1fd1ddb21467f4c1fd637b560d5 (diff)
add missing package name
Change-Id: Ie5efa51790a435cff7ff5489edf8cab0be2ab185
Diffstat (limited to 'svgio')
-rw-r--r--svgio/Library_svgio.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/svgio/Library_svgio.mk b/svgio/Library_svgio.mk
index bc4ddb61131f..b38c3d70e5e2 100644
--- a/svgio/Library_svgio.mk
+++ b/svgio/Library_svgio.mk
@@ -20,17 +20,14 @@ $(eval $(call gb_Library_Library,svgio))
$(eval $(call gb_Library_set_componentfile,svgio,svgio/svgio))
-$(eval $(call gb_Library_use_package,svgio))
+$(eval $(call gb_Library_use_packages,svgio,\
+ svgio_inc \
+))
$(eval $(call gb_Library_add_precompiled_header,svgio,$(SRCDIR)/svgio/inc/pch/precompiled_svgio))
$(eval $(call gb_Library_use_sdk_api,svgio))
-$(eval $(call gb_Library_set_include,svgio,\
- $$(INCLUDE) \
- -I$(SRCDIR)/svgio/inc \
-))
-
$(eval $(call gb_Library_add_defs,svgio,\
-DSVGIO_DLLIMPLEMENTATION \
))