From a36882348973b8af6edd713a9d4e67af72a4bd86 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 16 Feb 2015 13:26:09 +0000 Subject: another dependency still required Change-Id: I0f0ce96ee8209f711739952422d642a012252d1f --- unotools/Library_utl.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'unotools') diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk index 9067660e7944..52f2eff48653 100644 --- a/unotools/Library_utl.mk +++ b/unotools/Library_utl.mk @@ -11,6 +11,8 @@ # utl is the name of the library as it is found in Repository.mk $(eval $(call gb_Library_Library,utl)) +$(eval $(call gb_Library_use_external,utl,boost_headers)) + $(eval $(call gb_Library_use_custom_headers,utl,\ officecfg/registry \ )) -- cgit