[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - solenv/bin
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Thu Mar 25 11:45:13 UTC 2021
solenv/bin/native-code.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2e1adf0f7c1443a259c3e4fb0695dee97d539b48
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Mar 25 12:23:43 2021 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Mar 25 12:44:39 2021 +0100
Include the pdfimport library constructor in the mobile apps if enabled
This is part of implementing
https://github.com/CollaboraOnline/online/issues/1824 .
Change-Id: I68dacc2de0dc1f09da03fa213d5cff56a2343c77
Signed-off-by: Tor Lillqvist <tml at collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113079
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 6ab9d7c8e68d..996a12247ca8 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -60,6 +60,7 @@ core_factory_list = [
("libvcllo.a", "vcl_component_getFactory"),
("libspelllo.a", "spell_component_getFactory"),
("libpdffilterlo.a", "pdffilter_component_getFactory"),
+ ("libpdfimportlo.a", "pdfimport_component_getFactory", "#if HAVE_FEATURE_PDFIMPORT"),
("libsvgiolo.a", "svgio_component_getFactory"),
("libsvtlo.a", "svt_component_getFactory"),
("libctllo.a", "ctl_component_getFactory"),
More information about the Libreoffice-commits
mailing list