summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-03-05 22:35:50 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2024-03-06 21:23:17 +0100
commitab95ed2c4b1eddc2188bd455653a77140aa3816c (patch)
tree9e700e3c7741f47e005b2dcf3d12dc56dcaa9227 /i18nlangtag
parentbea5341c22b40f690059933550e721cdcfb466aa (diff)
Use less boost_headers in low level libraries
Most of these don't use boost themselves, nor do they need it transitively since the use of boost::optional was removed Change-Id: Ic9dee1c4e160b313ec5b91677b02ffdea6c5779d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164440 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'i18nlangtag')
-rw-r--r--i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk2
-rw-r--r--i18nlangtag/Library_i18nlangtag.mk1
2 files changed, 0 insertions, 3 deletions
diff --git a/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk b/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk
index 271aa7f21558..f83da8ebcd6f 100644
--- a/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk
+++ b/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk
@@ -9,8 +9,6 @@
$(eval $(call gb_CppunitTest_CppunitTest,i18nlangtag_test_languagetag))
-$(eval $(call gb_CppunitTest_use_external,i18nlangtag_test_languagetag,boost_headers))
-
$(eval $(call gb_CppunitTest_use_sdk_api,i18nlangtag_test_languagetag))
$(eval $(call gb_CppunitTest_use_libraries,i18nlangtag_test_languagetag,\
diff --git a/i18nlangtag/Library_i18nlangtag.mk b/i18nlangtag/Library_i18nlangtag.mk
index a68a5940344d..c1dae1706d6b 100644
--- a/i18nlangtag/Library_i18nlangtag.mk
+++ b/i18nlangtag/Library_i18nlangtag.mk
@@ -20,7 +20,6 @@ $(eval $(call gb_Library_use_libraries,i18nlangtag,\
))
$(eval $(call gb_Library_use_externals,i18nlangtag,\
- boost_headers \
icu_headers \
icuuc \
))