diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-09-19 11:11:49 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-09-19 11:12:46 +0300 |
commit | 19d7fd2c412e3c545a69b3fa801661743e4938bb (patch) | |
tree | a104feaf93cf9eaa8cff4f9472d0047c2f4d4bf0 /lingucomponent | |
parent | 61afc9f057bda2e27d547a406caf582d00a80638 (diff) |
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
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/Library_guesslang.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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,\ |