summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-29 20:01:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-29 20:04:23 +0100
commit8d747b8cf849b7d705048544ac20eceba7eb5a45 (patch)
tree032caa44761be0dbcec34b292a85f33f337bcef7 /xmlsecurity
parent249b6a552b00637ae7ad3dcb8d797befba1734ad (diff)
tweak for pdfiumless build
Change-Id: Ic83f0e0491bede43dba7f22c5bd6c31b95e65df1
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/Module_xmlsecurity.mk2
1 files changed, 2 insertions, 0 deletions
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