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

Caolán McNamara caolanm at redhat.com
Tue May 2 08:52:06 UTC 2017


 xmlsecurity/Module_xmlsecurity.mk |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit a0effa00b4b3db15a9c2f80db2da5b54d63b4559
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue May 2 09:46:23 2017 +0100

    revert 'tweak for pdfiumless build'
    
    commit 8d747b8cf849b7d705048544ac20eceba7eb5a45
    Author: Caolán McNamara <caolanm at redhat.com>
    Date:   Sat Apr 29 20:01:40 2017 +0100
    
        tweak for pdfiumless build
    
    and lets see if
    
    commit 6f53cf281eb3c13fc516ff79decb70b2a87a96d0
    Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Date:   Sat Apr 29 05:11:40 2017 +0200
    
        apparently the executable does not need pdfium directly anymore
    
    is sufficient here
    
    Change-Id: I2bf381e1d51d851aa829730b3d13edb1c03ea873

diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk
index 79675290fcd3..d3fafeb7e4ec 100644
--- a/xmlsecurity/Module_xmlsecurity.mk
+++ b/xmlsecurity/Module_xmlsecurity.mk
@@ -46,14 +46,12 @@ $(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