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

Caolán McNamara caolanm at redhat.com
Sat Apr 29 19:04:58 UTC 2017


 xmlsecurity/Module_xmlsecurity.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 8d747b8cf849b7d705048544ac20eceba7eb5a45
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Apr 29 20:01:40 2017 +0100

    tweak for pdfiumless build
    
    Change-Id: Ic83f0e0491bede43dba7f22c5bd6c31b95e65df1

diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk
index d3fafeb7e4ec..79675290fcd3 100644
--- a/xmlsecurity/Module_xmlsecurity.mk
+++ b/xmlsecurity/Module_xmlsecurity.mk
@@ -46,12 +46,14 @@ $(eval $(call gb_Module_add_screenshot_targets,xmlsecurity,\
 ))
 
 ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
+ifneq (,$(filter PDFIUM,$(BUILD_TYPE)))
 
 $(eval $(call gb_Module_add_targets,xmlsecurity,\
     Executable_pdfverify \
 ))
 
 endif
+endif
 
 endif
 


More information about the Libreoffice-commits mailing list