From 19d7fd2c412e3c545a69b3fa801661743e4938bb Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 19 Sep 2013 11:11:49 +0300 Subject: Sprinkle more boost_headers love Fix compilation errors when not using system boost. Might be more. It's sad that one has to micro-manage boost use like this. Change-Id: I3541789530fbdb0fb03e2b355144e63f8b031097 --- lingucomponent/Library_guesslang.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lingucomponent') diff --git a/lingucomponent/Library_guesslang.mk b/lingucomponent/Library_guesslang.mk index d2860ae5eb1a..a03dac2eb7c7 100644 --- a/lingucomponent/Library_guesslang.mk +++ b/lingucomponent/Library_guesslang.mk @@ -12,6 +12,8 @@ $(eval $(call gb_Library_Library,guesslang)) $(eval $(call gb_Library_set_componentfile,guesslang,lingucomponent/source/languageguessing/guesslang)) +$(eval $(call gb_Library_use_external,guesslang,boost_headers)) + $(eval $(call gb_Library_use_sdk_api,guesslang)) $(eval $(call gb_Library_use_libraries,guesslang,\ -- cgit v1.2.3