diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2023-09-09 15:59:53 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-09-29 00:20:57 +0200 |
commit | d5afeecbffec0457b87faaff38f913fad489e08d (patch) | |
tree | f8900f8f7d3f1252e5d6b1149c53d5fad52ba4f8 /sw | |
parent | 7cf5faec6fdbc27dd77d2d36fb2ff205322cba0d (diff) |
Use less libxml2 external headers dependency
Change-Id: I1749628e0104dff856161bc0bdfd343ef0db208e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156784
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_accessible_relation_set.mk | 1 | ||||
-rw-r--r-- | sw/CppunitTest_sw_filters_test.mk | 1 | ||||
-rw-r--r-- | sw/CppunitTest_sw_odffeatures.mk | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sw/CppunitTest_sw_accessible_relation_set.mk b/sw/CppunitTest_sw_accessible_relation_set.mk index ddb1754426c5..73c353f59021 100644 --- a/sw/CppunitTest_sw_accessible_relation_set.mk +++ b/sw/CppunitTest_sw_accessible_relation_set.mk @@ -35,7 +35,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_accessible_relation_set, \ $(eval $(call gb_CppunitTest_use_externals,sw_accessible_relation_set,\ boost_headers \ - libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sw_htmlexport,\ diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk index 5546dc7f2a3e..e457b1f015eb 100644 --- a/sw/CppunitTest_sw_filters_test.mk +++ b/sw/CppunitTest_sw_filters_test.mk @@ -13,7 +13,6 @@ $(eval $(call gb_CppunitTest_CppunitTest,sw_filters_test)) $(eval $(call gb_CppunitTest_use_externals,sw_filters_test,\ boost_headers \ - libxml2 \ )) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_filters_test)) diff --git a/sw/CppunitTest_sw_odffeatures.mk b/sw/CppunitTest_sw_odffeatures.mk index f0f5cca0cbd1..9dea4289c613 100644 --- a/sw/CppunitTest_sw_odffeatures.mk +++ b/sw/CppunitTest_sw_odffeatures.mk @@ -32,7 +32,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_odffeatures, \ $(eval $(call gb_CppunitTest_use_externals,sw_odffeatures,\ boost_headers \ - libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sw_odffeatures,\ |