[Libreoffice-commits] core.git: sw/CppunitTest_sw_ww8export2.mk

Mike Kaganski (via logerrit) logerrit at kemper.freedesktop.org
Mon Feb 15 08:42:31 UTC 2021


 sw/CppunitTest_sw_ww8export2.mk |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit d3fdab081863f4a3631319b5af0ca74b98665d4c
Author:     Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Mon Feb 15 08:35:41 2021 +0100
Commit:     Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Mon Feb 15 09:41:54 2021 +0100

    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 at collabora.com>

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:


More information about the Libreoffice-commits mailing list