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 \
|
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,\
|
|||||||
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 @@
|
|||||||
|
|
||||||
$(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,\
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(call gb_Library_use_api,slideshow,\
|
$(eval $(call gb_Library_use_api,slideshow,\
|
||||||
animations \
|
|
||||||
offapi \
|
offapi \
|
||||||
udkapi \
|
udkapi \
|
||||||
))
|
))
|
||||||
|
Reference in New Issue
Block a user