summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \
))