Add missing dependency
... see commit 5b66a03870
for details
Change-Id: I8380842d180d3517b76a4084f33246f80f17e323
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98548
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
This commit is contained in:
parent
576fd21882
commit
f0df9859cd
1 changed files with 7 additions and 0 deletions
|
@ -15,4 +15,11 @@ $(eval $(call gb_CppunitTest_use_custom_headers,sw_ooxmlexport4,\
|
|||
officecfg/registry \
|
||||
))
|
||||
|
||||
ifeq ($(OS),WNT)
|
||||
# Initializing DocumentSignatureManager will require gpgme-w32spawn.exe in workdir/LinkTarget/Executable
|
||||
$(eval $(call gb_CppunitTest_use_packages,sw_ooxmlexport4,\
|
||||
$(call gb_Helper_optional,GPGMEPP,gpgmepp)\
|
||||
))
|
||||
endif
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
Loading…
Reference in a new issue