[Libreoffice-commits] core.git: RepositoryExternal.mk
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Thu Oct 8 10:41:21 UTC 2020
RepositoryExternal.mk | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 47fda617fc4dad8273919227ca45ea3b8b61aea1
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Wed Oct 7 21:05:32 2020 +0200
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Thu Oct 8 12:40:31 2020 +0200
pdfium: remove non-public headers from include path
This was only needed to use upstream scopers, but we don't use those
anymore.
Change-Id: Idac60119d4d4e8587170fe3e5c69b3ec069e6a6b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104069
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 19421d4df8d4..f0cad01beb49 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -4163,7 +4163,6 @@ endef
ifneq ($(ENABLE_PDFIUM),)
define gb_LinkTarget__use_pdfium
$(call gb_LinkTarget_set_include,$(1),\
- -I$(call gb_UnpackedTarball_get_dir,pdfium) \
-I$(call gb_UnpackedTarball_get_dir,pdfium)/public \
-DCOMPONENT_BUILD \
$$(INCLUDE) \
More information about the Libreoffice-commits
mailing list