From a0effa00b4b3db15a9c2f80db2da5b54d63b4559 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 2 May 2017 09:46:23 +0100 Subject: revert 'tweak for pdfiumless build' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 8d747b8cf849b7d705048544ac20eceba7eb5a45 Author: Caolán McNamara Date: Sat Apr 29 20:01:40 2017 +0100 tweak for pdfiumless build and lets see if commit 6f53cf281eb3c13fc516ff79decb70b2a87a96d0 Author: Markus Mohrhard Date: Sat Apr 29 05:11:40 2017 +0200 apparently the executable does not need pdfium directly anymore is sufficient here Change-Id: I2bf381e1d51d851aa829730b3d13edb1c03ea873 --- xmlsecurity/Module_xmlsecurity.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'xmlsecurity') 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,13 +46,11 @@ $(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 -- cgit