xmlsecurity/CppunitTest_xmlsecurity_signing.mk | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit b3722cd9d33317c202b8492348cb4c75d02640f3 Author: Stephan Bergmann <[email protected]> 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: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
