add missing deps on headers
Change-Id: Icaeba832c527ba81a9f152ea011548e8b9843b5e
This commit is contained in:
@@ -28,7 +28,10 @@
|
|||||||
|
|
||||||
$(eval $(call gb_Library_Library,animcore))
|
$(eval $(call gb_Library_Library,animcore))
|
||||||
|
|
||||||
$(eval $(call gb_Library_use_package,animcore,animations_inc))
|
$(eval $(call gb_Library_use_packages,animcore,\
|
||||||
|
animations_inc \
|
||||||
|
comphelper_inc \
|
||||||
|
))
|
||||||
|
|
||||||
$(eval $(call gb_Library_set_componentfile,animcore,animations/source/animcore/animcore))
|
$(eval $(call gb_Library_set_componentfile,animcore,animations/source/animcore/animcore))
|
||||||
|
|
||||||
|
@@ -11,6 +11,7 @@ $(eval $(call gb_Library_Library,basegfx))
|
|||||||
|
|
||||||
$(eval $(call gb_Library_use_packages,basegfx,\
|
$(eval $(call gb_Library_use_packages,basegfx,\
|
||||||
basegfx_inc \
|
basegfx_inc \
|
||||||
|
comphelper_inc \
|
||||||
o3tl_inc \
|
o3tl_inc \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
@@ -9,7 +9,10 @@
|
|||||||
|
|
||||||
$(eval $(call gb_Library_Library,xmlscript))
|
$(eval $(call gb_Library_Library,xmlscript))
|
||||||
|
|
||||||
$(eval $(call gb_Library_use_package,xmlscript,xmlscript_inc))
|
$(eval $(call gb_Library_use_packages,xmlscript,\
|
||||||
|
tools_inc \
|
||||||
|
xmlscript_inc \
|
||||||
|
))
|
||||||
|
|
||||||
$(eval $(call gb_Library_set_componentfile,xmlscript,xmlscript/util/xmlscript))
|
$(eval $(call gb_Library_set_componentfile,xmlscript,xmlscript/util/xmlscript))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user