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,\
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 \
))
......
......@@ -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 \
))
......
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