[Libreoffice-commits] core.git: svx/Library_svxcore.mk
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jun 3 07:02:10 UTC 2021
svx/Library_svxcore.mk | 1 -
1 file changed, 1 deletion(-)
New commits:
commit c6595e781cf20ab2825e9a2bd8592688f26448e3
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Wed Jun 2 19:19:02 2021 +0200
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Thu Jun 3 09:01:31 2021 +0200
svx: remove pdfium dependency
This is no longer needed, we only call VCL functions in svx/ today.
Change-Id: I741ed9bc4c66067ea423211b8f16305b0e4099fb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116622
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 3d4590d216a1..20915ae573c9 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -83,7 +83,6 @@ $(eval $(call gb_Library_use_externals,svxcore,\
icuuc \
icu_headers \
libxml2 \
- $(if $(filter PDFIUM,$(BUILD_TYPE)),pdfium) \
))
ifeq ($(DISABLE_GUI),)
$(eval $(call gb_Library_use_externals,svxcore,\
More information about the Libreoffice-commits
mailing list