summaryrefslogtreecommitdiffstats
path: root/binaryurp
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 /binaryurp
parentImprove clone formatting (diff)
downloadcore-ab95ed2c4b1eddc2188bd455653a77140aa3816c.tar.gz
core-ab95ed2c4b1eddc2188bd455653a77140aa3816c.zip
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 'binaryurp')
-rw-r--r--binaryurp/CppunitTest_binaryurp_test-cache.mk2
-rw-r--r--binaryurp/CppunitTest_binaryurp_test-unmarshal.mk2
-rw-r--r--binaryurp/Library_binaryurp.mk2
3 files changed, 0 insertions, 6 deletions
diff --git a/binaryurp/CppunitTest_binaryurp_test-cache.mk b/binaryurp/CppunitTest_binaryurp_test-cache.mk
index 97f5b78f081d..50f3d1b4c02d 100644
--- a/binaryurp/CppunitTest_binaryurp_test-cache.mk
+++ b/binaryurp/CppunitTest_binaryurp_test-cache.mk
@@ -9,8 +9,6 @@
$(eval $(call gb_CppunitTest_CppunitTest,binaryurp_test-cache))
-$(eval $(call gb_CppunitTest_use_external,binaryurp_test-cache,boost_headers))
-
$(eval $(call gb_CppunitTest_use_libraries,binaryurp_test-cache,\
sal \
))
diff --git a/binaryurp/CppunitTest_binaryurp_test-unmarshal.mk b/binaryurp/CppunitTest_binaryurp_test-unmarshal.mk
index 11c70f5b9db0..03823614e99e 100644
--- a/binaryurp/CppunitTest_binaryurp_test-unmarshal.mk
+++ b/binaryurp/CppunitTest_binaryurp_test-unmarshal.mk
@@ -9,8 +9,6 @@
$(eval $(call gb_CppunitTest_CppunitTest,binaryurp_test-unmarshal))
-$(eval $(call gb_CppunitTest_use_external,binaryurp_test-unmarshal,boost_headers))
-
$(eval $(call gb_CppunitTest_use_libraries,binaryurp_test-unmarshal,\
cppu \
cppuhelper \
diff --git a/binaryurp/Library_binaryurp.mk b/binaryurp/Library_binaryurp.mk
index 439f1f7d41aa..74205c9e66a2 100644
--- a/binaryurp/Library_binaryurp.mk
+++ b/binaryurp/Library_binaryurp.mk
@@ -13,8 +13,6 @@ $(eval $(call gb_Library_set_componentfile,binaryurp,binaryurp/source/binaryurp,
$(eval $(call gb_Library_use_udk_api,binaryurp))
-$(eval $(call gb_Library_use_external,binaryurp,boost_headers))
-
$(eval $(call gb_Library_use_libraries,binaryurp,\
cppu \
cppuhelper \