solenv/bin/native-code.py | 1 + 1 file changed, 1 insertion(+) New commits: commit 2e1adf0f7c1443a259c3e4fb0695dee97d539b48 Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Thu Mar 25 12:23:43 2021 +0200 Commit: Tor Lillqvist <t...@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 <t...@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"), _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits