sw/CppunitTest_sw_ww8export3.mk | 7 +++++++ 1 file changed, 7 insertions(+)
New commits: commit 74e2ccfcbb31f0173acf058dfe938d0b16b6f9d2 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Mon Feb 15 05:20:27 2021 +0100 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Mon Feb 15 06:16:24 2021 +0100 Missing dependency Fixes "GpgME not installed correctly" at 'make CppunitTest_sw_ww8export3' after 'make clean'. See commit 5b66a038701241e0b9fa3a339acbd74f9ca4cf92. Change-Id: I76fef25f95fbe45a21542fecf9f4b9f1c2671981 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110863 Tested-by: Mike Kaganski <mike.kagan...@collabora.com> Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/sw/CppunitTest_sw_ww8export3.mk b/sw/CppunitTest_sw_ww8export3.mk index a0b3e3837f5a..46c1cf88b929 100644 --- a/sw/CppunitTest_sw_ww8export3.mk +++ b/sw/CppunitTest_sw_ww8export3.mk @@ -56,6 +56,13 @@ $(eval $(call gb_CppunitTest_use_vcl,sw_ww8export3)) $(eval $(call gb_CppunitTest_use_rdb,sw_ww8export3,services)) +ifeq ($(OS),WNT) +# gpgme-w32spawn.exe is needed in workdir/LinkTarget/Executable +$(eval $(call gb_CppunitTest_use_packages,sw_ww8export3,\ + $(call gb_Helper_optional,GPGMEPP,gpgmepp)\ +)) +endif + $(eval $(call gb_CppunitTest_use_configuration,sw_ww8export3)) # vim: set noet sw=4 ts=4: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits