sw/CppunitTest_sw_ooxmlexport4.mk | 7 +++++++ 1 file changed, 7 insertions(+)
New commits: commit f0df9859cd8bbd4030335b190ae5181829325248 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Sat Jul 11 00:28:59 2020 +0300 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Sat Jul 11 00:40:22 2020 +0200 Add missing dependency ... see commit 5b66a038701241e0b9fa3a339acbd74f9ca4cf92 for details Change-Id: I8380842d180d3517b76a4084f33246f80f17e323 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98548 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/sw/CppunitTest_sw_ooxmlexport4.mk b/sw/CppunitTest_sw_ooxmlexport4.mk index 0f026bc8384e..773e9606ed8f 100644 --- a/sw/CppunitTest_sw_ooxmlexport4.mk +++ b/sw/CppunitTest_sw_ooxmlexport4.mk @@ -15,4 +15,11 @@ $(eval $(call gb_CppunitTest_use_custom_headers,sw_ooxmlexport4,\ officecfg/registry \ )) +ifeq ($(OS),WNT) +# Initializing DocumentSignatureManager will require gpgme-w32spawn.exe in workdir/LinkTarget/Executable +$(eval $(call gb_CppunitTest_use_packages,sw_ooxmlexport4,\ + $(call gb_Helper_optional,GPGMEPP,gpgmepp)\ +)) +endif + # vim: set noet sw=4 ts=4: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits