desktop/CppunitTest_desktop_lib.mk | 1 + 1 file changed, 1 insertion(+)
New commits: commit 5063f85e836c42509cdc73c1a4107065380da1e9 Author: Noel Grandin <[email protected]> AuthorDate: Thu Feb 19 10:32:18 2026 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Thu Feb 19 15:04:15 2026 +0100 fix build in desktop/qa after commit ba3fb9026cda8beea3111ae6dbde16d100e72181 Author: Xisco Fauli <[email protected]> Date: Tue Feb 17 16:18:19 2026 +0100 Change-Id: I86185a8c42a46489be3a25f3afa878117bec263e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199691 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> diff --git a/desktop/CppunitTest_desktop_lib.mk b/desktop/CppunitTest_desktop_lib.mk index bef5796c3927..e60ef499a704 100644 --- a/desktop/CppunitTest_desktop_lib.mk +++ b/desktop/CppunitTest_desktop_lib.mk @@ -38,6 +38,7 @@ $(eval $(call gb_CppunitTest_use_libraries,desktop_lib, \ $(eval $(call gb_CppunitTest_use_externals,desktop_lib, \ boost_headers \ cairo \ + libxml2 \ )) ifeq ($(TLS),NSS) $(eval $(call gb_CppunitTest_use_externals,desktop_lib,\
