From 1a62e464cf1b88fde049bb857e513209b0134a2b Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 16 Sep 2012 15:32:34 +0200 Subject: [PATCH] add missing deps on headers Change-Id: Icaeba832c527ba81a9f152ea011548e8b9843b5e --- animations/Library_animcore.mk | 5 ++++- basegfx/Library_basegfx.mk | 1 + 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))