summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2021-06-30 20:25:27 +0200
committerMiklos Vajna <vmiklos@collabora.com>2021-07-01 08:29:25 +0200
commitf249addd8914ffaa7e94b58419b72b290b739343 (patch)
treed18b24471f2e90bfff007e19f7ff23fda8fdc3e3 /xmlsecurity
parent4f42bcc9dc825cf50a40a00bb992137b6b8906b6 (diff)
xmlsecurity: remove last not needed direct pdfium dependency
This module only calls pdfium indirectly via vcl. This was the last makefile which had such a not needed pdfium dependency. Change-Id: I25ff0be285a52480d3ac60344235af520f262c16 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118199 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/Library_xmlsecurity.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmlsecurity/Library_xmlsecurity.mk b/xmlsecurity/Library_xmlsecurity.mk
index be879e655c9b..3e9bac3b5b9f 100644
--- a/xmlsecurity/Library_xmlsecurity.mk
+++ b/xmlsecurity/Library_xmlsecurity.mk
@@ -22,7 +22,6 @@ $(eval $(call gb_Library_add_defs,xmlsecurity,\
$(eval $(call gb_Library_use_externals,xmlsecurity,\
boost_headers \
- $(if $(filter PDFIUM,$(BUILD_TYPE)),pdfium) \
))
$(eval $(call gb_Library_set_precompiled_header,xmlsecurity,xmlsecurity/inc/pch/precompiled_xmlsecurity))