[Libreoffice-commits] .: sd/Library_sd.mk slideshow/Library_slideshow.mk

Matus Kukan mkukan at kemper.freedesktop.org
Mon Apr 16 06:02:59 PDT 2012


 sd/Library_sd.mk               |    5 ++++-
 slideshow/Library_slideshow.mk |    5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit f0a5768f14cdb11e3f5904df7c4775bc4393648e
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Mon Apr 16 14:54:44 2012 +0200

    animations is not api, it should be animations_inc package

diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 92c8531..1e5be7b 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 \
 ))
diff --git a/slideshow/Library_slideshow.mk b/slideshow/Library_slideshow.mk
index 38b3fe2..658456d 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 \
 ))


More information about the Libreoffice-commits mailing list