summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ww8export2.mk
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-02-15 08:35:41 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2021-02-15 09:41:54 +0100
commitd3fdab081863f4a3631319b5af0ca74b98665d4c (patch)
treed9b3f52f95ae738c2e647abb0919c6d1df07c82e /sw/CppunitTest_sw_ww8export2.mk
parentcbcec4425e04e3614a2025b49fdc221216ac51d3 (diff)
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 <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/CppunitTest_sw_ww8export2.mk')
-rw-r--r--sw/CppunitTest_sw_ww8export2.mk7
1 files changed, 7 insertions, 0 deletions
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: