summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-04-16 14:54:44 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-04-16 15:02:44 +0200
commitf0a5768f14cdb11e3f5904df7c4775bc4393648e (patch)
tree0e750968559651b656de52cdcc5c92032764ecd9 /slideshow
parentfe794eaa03c198320e525725ec1fe51210df9775 (diff)
animations is not api, it should be animations_inc package
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/Library_slideshow.mk5
1 files changed, 4 insertions, 1 deletions
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 \
))