summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ww8export3.mk
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-02-15 05:20:27 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2021-02-15 06:16:24 +0100
commit74e2ccfcbb31f0173acf058dfe938d0b16b6f9d2 (patch)
tree0a0127c9dc7ba4aecd28cfcba58a386f7668a9a4 /sw/CppunitTest_sw_ww8export3.mk
parenta5d68a4f959804f93ddda61a45cedaadb504e3f2 (diff)
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.kaganski@collabora.com> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/CppunitTest_sw_ww8export3.mk')
-rw-r--r--sw/CppunitTest_sw_ww8export3.mk7
1 files changed, 7 insertions, 0 deletions
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: