Kaydet (Commit) f0a5768f authored tarafından Matúš Kukan's avatar Matúš Kukan

animations is not api, it should be animations_inc package

üst fe794eaa
...@@ -48,6 +48,10 @@ $(eval $(call gb_Library_add_sdi_headers,sd,\ ...@@ -48,6 +48,10 @@ $(eval $(call gb_Library_add_sdi_headers,sd,\
sd/sdi/sdslots \ sd/sdi/sdslots \
)) ))
$(eval $(call gb_Library_use_packages,sd,\
animations_inc \
))
$(eval $(call gb_Library_set_include,sd,\ $(eval $(call gb_Library_set_include,sd,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(SRCDIR)/sd/inc \ -I$(SRCDIR)/sd/inc \
...@@ -68,7 +72,6 @@ $(eval $(call gb_Library_set_defs,sd,\ ...@@ -68,7 +72,6 @@ $(eval $(call gb_Library_set_defs,sd,\
endif endif
$(eval $(call gb_Library_use_api,sd,\ $(eval $(call gb_Library_use_api,sd,\
animations \
offapi \ offapi \
udkapi \ udkapi \
)) ))
......
...@@ -27,6 +27,10 @@ ...@@ -27,6 +27,10 @@
$(eval $(call gb_Library_Library,slideshow)) $(eval $(call gb_Library_Library,slideshow))
$(eval $(call gb_Library_use_packages,slideshow,\
animations_inc \
))
$(eval $(call gb_Library_set_include,slideshow,\ $(eval $(call gb_Library_set_include,slideshow,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(SRCDIR)/slideshow/source/inc \ -I$(SRCDIR)/slideshow/source/inc \
...@@ -44,7 +48,6 @@ $(eval $(call gb_Library_add_defs,slideshow,\ ...@@ -44,7 +48,6 @@ $(eval $(call gb_Library_add_defs,slideshow,\
endif endif
$(eval $(call gb_Library_use_api,slideshow,\ $(eval $(call gb_Library_use_api,slideshow,\
animations \
offapi \ offapi \
udkapi \ udkapi \
)) ))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment