summaryrefslogtreecommitdiffstats
path: root/xmlsecurity/Module_xmlsecurity.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-04-27 09:14:26 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-04-27 12:57:21 +0200
commit834df8b3d10fb15e9bf2ef657a7fac4747544852 (patch)
tree3e3f5b521efd2a7d3223f1786402c14ec69aefa0 /xmlsecurity/Module_xmlsecurity.mk
parentAdd custom HIDs for Customize - Toolbars page (diff)
downloadcore-834df8b3d10fb15e9bf2ef657a7fac4747544852.tar.gz
core-834df8b3d10fb15e9bf2ef657a7fac4747544852.zip
xmlsecurity pdfverify: go via vcl graphic filter
Initially some proof of concept code was implemented here, but then I copied that to VCL and it got fixes there, so call into vcl from here instead of invoking pdfium directly. Change-Id: I8590cbe94876ff6aff3f870535a99062304f3996 Reviewed-on: https://gerrit.libreoffice.org/37016 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'xmlsecurity/Module_xmlsecurity.mk')
-rw-r--r--xmlsecurity/Module_xmlsecurity.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk
index cb68c595f82d..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)))
-ifeq ($(ENABLE_PDFIUM),TRUE)
$(eval $(call gb_Module_add_targets,xmlsecurity,\
Executable_pdfverify \
))
endif
-endif
endif