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 --- slideshow/Library_slideshow.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'slideshow') diff --git a/slideshow/Library_slideshow.mk b/slideshow/Library_slideshow.mk index 38b3fe2ef9b1..658456d0a8ba 100644 --- a/slideshow/Library_slideshow.mk +++ b/slideshow/Library_slideshow.mk @@ -27,6 +27,10 @@ $(eval $(call gb_Library_Library,slideshow)) +$(eval $(call gb_Library_use_packages,slideshow,\ + animations_inc \ +)) + $(eval $(call gb_Library_set_include,slideshow,\ $$(INCLUDE) \ -I$(SRCDIR)/slideshow/source/inc \ @@ -44,7 +48,6 @@ $(eval $(call gb_Library_add_defs,slideshow,\ endif $(eval $(call gb_Library_use_api,slideshow,\ - animations \ offapi \ udkapi \ )) -- cgit