animations is not api, it should be animations_inc package
This commit is contained in:
@@ -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 \
|
||||
))
|
||||
|
Reference in New Issue
Block a user