diff options
-rw-r--r-- | animations/Library_animcore.mk | 5 | ||||
-rw-r--r-- | basegfx/Library_basegfx.mk | 1 | ||||
-rw-r--r-- | xmlscript/Library_xmlscript.mk | 5 |
3 files changed, 9 insertions, 2 deletions
diff --git a/animations/Library_animcore.mk b/animations/Library_animcore.mk index 1ff89b446e2d..013704d37a68 100644 --- a/animations/Library_animcore.mk +++ b/animations/Library_animcore.mk @@ -28,7 +28,10 @@ $(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)) diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk index c2c9230794c5..60f81a815ca6 100644 --- a/basegfx/Library_basegfx.mk +++ b/basegfx/Library_basegfx.mk @@ -11,6 +11,7 @@ $(eval $(call gb_Library_Library,basegfx)) $(eval $(call gb_Library_use_packages,basegfx,\ basegfx_inc \ + comphelper_inc \ o3tl_inc \ )) diff --git a/xmlscript/Library_xmlscript.mk b/xmlscript/Library_xmlscript.mk index b2f9db46fc87..2ca986a385aa 100644 --- a/xmlscript/Library_xmlscript.mk +++ b/xmlscript/Library_xmlscript.mk @@ -9,7 +9,10 @@ $(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)) |