summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_bugfix_test.mk
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-06-25 16:53:11 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2021-06-25 20:21:10 +0200
commita0d54088a91ec85417bf06a2fa369cf785fd9bf3 (patch)
tree83d49316eef23ab06b34c1c6bdfdd34fc35e2af5 /sc/CppunitTest_sc_bugfix_test.mk
parenta5a501c9e1da326de1d28b10777bd74dbc35bce6 (diff)
Missing dependency
Fixes "GpgME not installed correctly" at 'make CppunitTest_sc_bugfix_test' after 'make clean'. See commit 5b66a038701241e0b9fa3a339acbd74f9ca4cf92. Change-Id: Idac64821609ab07a5411489deddf551fef7fd437 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117861 Tested-by: Mike Kaganski <mike.kaganski@collabora.com> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sc/CppunitTest_sc_bugfix_test.mk')
-rw-r--r--sc/CppunitTest_sc_bugfix_test.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_bugfix_test.mk b/sc/CppunitTest_sc_bugfix_test.mk
index 3b89413b5da9..813e0c9b4bad 100644
--- a/sc/CppunitTest_sc_bugfix_test.mk
+++ b/sc/CppunitTest_sc_bugfix_test.mk
@@ -120,4 +120,11 @@ $(eval $(call gb_CppunitTest_use_components,sc_bugfix_test,\
$(eval $(call gb_CppunitTest_use_configuration,sc_bugfix_test))
+ifeq ($(OS),WNT)
+# gpgme-w32spawn.exe is needed in workdir/LinkTarget/Executable
+$(eval $(call gb_CppunitTest_use_packages,sc_bugfix_test,\
+ $(call gb_Helper_optional,GPGMEPP,gpgmepp)\
+))
+endif
+
# vim: set noet sw=4 ts=4: