From 14f756e680d0fec918f53c03595009acb8639d62 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 7 Nov 2012 09:49:29 +0100 Subject: add missing package name Change-Id: Ie5efa51790a435cff7ff5489edf8cab0be2ab185 --- svgio/Library_svgio.mk | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'svgio') 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 \ )) -- cgit