diff options
author | David Tardon <dtardon@redhat.com> | 2012-11-07 09:49:29 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-11-07 10:10:39 +0100 |
commit | 14f756e680d0fec918f53c03595009acb8639d62 (patch) | |
tree | 64995d06a4b52e53245a86023e99e2c2fbac5e38 /svgio | |
parent | 27239ad23006b1fd1ddb21467f4c1fd637b560d5 (diff) |
add missing package name
Change-Id: Ie5efa51790a435cff7ff5489edf8cab0be2ab185
Diffstat (limited to 'svgio')
-rw-r--r-- | svgio/Library_svgio.mk | 9 |
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 \ )) |