[Libreoffice-commits] core.git: xmlsecurity/CppunitTest_xmlsecurity_signing.mk

Stephan Bergmann sbergman at redhat.com
Fri Oct 14 13:37:52 UTC 2016


 xmlsecurity/CppunitTest_xmlsecurity_signing.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit b3722cd9d33317c202b8492348cb4c75d02640f3
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Oct 14 15:34:16 2016 +0200

    Missing dependency
    
    Change-Id: Ic8a97ec13613758f24996aa8a3ef8c0380cc2fae

diff --git a/xmlsecurity/CppunitTest_xmlsecurity_signing.mk b/xmlsecurity/CppunitTest_xmlsecurity_signing.mk
index e22a2ca..24713cb 100644
--- a/xmlsecurity/CppunitTest_xmlsecurity_signing.mk
+++ b/xmlsecurity/CppunitTest_xmlsecurity_signing.mk
@@ -48,4 +48,8 @@ $(eval $(call gb_CppunitTest_use_rdb,xmlsecurity_signing,services))
 
 $(eval $(call gb_CppunitTest_use_configuration,xmlsecurity_signing))
 
+ifeq ($(ENABLE_PDFIMPORT),TRUE)
+$(eval $(call gb_CppunitTest_use_executable,xmlsecurity_signing,xpdfimport))
+endif
+
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list