From f0a5768f14cdb11e3f5904df7c4775bc4393648e Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Mon, 16 Apr 2012 14:54:44 +0200 Subject: animations is not api, it should be animations_inc package --- sd/Library_sd.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 92c85310d99e..1e5be7bd01e9 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -48,6 +48,10 @@ $(eval $(call gb_Library_add_sdi_headers,sd,\ sd/sdi/sdslots \ )) +$(eval $(call gb_Library_use_packages,sd,\ + animations_inc \ +)) + $(eval $(call gb_Library_set_include,sd,\ $$(INCLUDE) \ -I$(SRCDIR)/sd/inc \ @@ -68,7 +72,6 @@ $(eval $(call gb_Library_set_defs,sd,\ endif $(eval $(call gb_Library_use_api,sd,\ - animations \ offapi \ udkapi \ )) -- cgit