summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-19 11:11:49 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-19 11:12:46 +0300
commit19d7fd2c412e3c545a69b3fa801661743e4938bb (patch)
treea104feaf93cf9eaa8cff4f9472d0047c2f4d4bf0
parent61afc9f057bda2e27d547a406caf582d00a80638 (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
-rw-r--r--filter/Library_t602filter.mk2
-rw-r--r--i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk2
-rw-r--r--lingucomponent/Library_guesslang.mk2
-rw-r--r--shell/Executable_lngconvex.mk2
-rw-r--r--svl/Library_passwordcontainer.mk2
5 files changed, 10 insertions, 0 deletions
diff --git a/filter/Library_t602filter.mk b/filter/Library_t602filter.mk
index 8e7081f300c7..a3735f5e45c3 100644
--- a/filter/Library_t602filter.mk
+++ b/filter/Library_t602filter.mk
@@ -21,6 +21,8 @@ $(eval $(call gb_Library_Library,t602filter))
$(eval $(call gb_Library_set_componentfile,t602filter,filter/source/t602/t602filter))
+$(eval $(call gb_Library_use_external,t602filter,boost_headers))
+
$(eval $(call gb_Library_use_sdk_api,t602filter))
$(eval $(call gb_Library_use_libraries,t602filter,\
diff --git a/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk b/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk
index 2eec5a9c672d..390764194924 100644
--- a/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk
+++ b/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk
@@ -9,6 +9,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,i18nlangtag_test_languagetag))
+$(eval $(call gb_CppunitTest_use_external,i18nlangtag_test_languagetag,boost_headers))
+
$(eval $(call gb_CppunitTest_use_api,i18nlangtag_test_languagetag,\
udkapi \
offapi \
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,\
diff --git a/shell/Executable_lngconvex.mk b/shell/Executable_lngconvex.mk
index ee0171960f9a..220f872596da 100644
--- a/shell/Executable_lngconvex.mk
+++ b/shell/Executable_lngconvex.mk
@@ -13,6 +13,8 @@ $(eval $(call gb_Executable_add_defs,lngconvex,\
-D_NTSDK \
))
+$(eval $(call gb_Executable_use_external,lngconvex,boost_headers))
+
$(eval $(call gb_Executable_use_sdk_api,lngconvex))
$(eval $(call gb_Executable_use_libraries,lngconvex,\
diff --git a/svl/Library_passwordcontainer.mk b/svl/Library_passwordcontainer.mk
index 28f63a1fd04d..dc42bb1a60a3 100644
--- a/svl/Library_passwordcontainer.mk
+++ b/svl/Library_passwordcontainer.mk
@@ -21,6 +21,8 @@ $(eval $(call gb_Library_Library,passwordcontainer))
$(eval $(call gb_Library_set_componentfile,passwordcontainer,svl/source/passwordcontainer/passwordcontainer))
+$(eval $(call gb_Library_use_external,passwordcontainer,boost_headers))
+
$(eval $(call gb_Library_set_include,passwordcontainer,\
-I$(SRCDIR)/svl/source/inc \
$$(INCLUDE) \