From d3fdab081863f4a3631319b5af0ca74b98665d4c Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Mon, 15 Feb 2021 08:35:41 +0100 Subject: Missing dependency Fixes "GpgME not installed correctly" at 'make CppunitTest_sw_ww8export2' after 'make clean'. See commit 5b66a038701241e0b9fa3a339acbd74f9ca4cf92. Change-Id: If274b13b7d9328c8e63325b113f5b4d99133e7d6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110864 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- sw/CppunitTest_sw_ww8export2.mk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sw') diff --git a/sw/CppunitTest_sw_ww8export2.mk b/sw/CppunitTest_sw_ww8export2.mk index a6ecae976280..3737da6e8df7 100644 --- a/sw/CppunitTest_sw_ww8export2.mk +++ b/sw/CppunitTest_sw_ww8export2.mk @@ -63,4 +63,11 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_ww8export2)) # TIFFReader from Library_gie, which is loaded dynamically in vcl/source/filter/graphicfilter.cxx: $(call gb_CppunitTest_get_target,sw_ww8export2): $(call gb_Library_get_target,gie) +ifeq ($(OS),WNT) +# gpgme-w32spawn.exe is needed in workdir/LinkTarget/Executable +$(eval $(call gb_CppunitTest_use_packages,sw_ww8export2,\ + $(call gb_Helper_optional,GPGMEPP,gpgmepp)\ +)) +endif + # vim: set noet sw=4 ts=4: -- cgit