diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2020-04-01 22:16:24 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2020-04-01 22:03:58 +0200 |
commit | ffe2cfcf566fe2d987218bc762461769fa8fcd76 (patch) | |
tree | 22d6886cb65fe9797544e8b693abc059dd94a98b /xmlsecurity | |
parent | 2a81384f499ef053ea1b52f05e8f74b13c0b6e0e (diff) |
Add missing dependency
Do for xmlsecurity_pdfsigning what 5b66a038701241e0b9fa3a339acbd74f9ca4cf92
did for xmlsecurity_signing
Change-Id: I6a12c2c68db8dc1b9cdcaee0d3bf6372556ebd65
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91533
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/CppunitTest_xmlsecurity_pdfsigning.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xmlsecurity/CppunitTest_xmlsecurity_pdfsigning.mk b/xmlsecurity/CppunitTest_xmlsecurity_pdfsigning.mk index f2500b5d3100..2441d47e046b 100644 --- a/xmlsecurity/CppunitTest_xmlsecurity_pdfsigning.mk +++ b/xmlsecurity/CppunitTest_xmlsecurity_pdfsigning.mk @@ -52,4 +52,11 @@ ifeq ($(ENABLE_POPPLER),TRUE) $(eval $(call gb_CppunitTest_use_executable,xmlsecurity_pdfsigning,xpdfimport)) endif +ifeq ($(OS),WNT) +# Initializing DocumentSignatureManager will require gpgme-w32spawn.exe in workdir/LinkTarget/Executable +$(eval $(call gb_CppunitTest_use_packages,xmlsecurity_pdfsigning,\ + $(call gb_Helper_optional,GPGMEPP,gpgmepp)\ +)) +endif + # vim: set noet sw=4 ts=4: |