[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - solenv/bin

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Feb 26 15:43:43 UTC 2019


 solenv/bin/native-code.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 50538a0489563920b319a33a3f04ba785d4262a3
Author:     Mert Tumer <merttumer at outlook.com>
AuthorDate: Tue Aug 7 06:28:58 2018 -0700
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Feb 26 17:43:05 2019 +0200

    added necessary library for pdf export on Android Viewer
    
    (Also needed for printing in the iOS app.)
    
    Change-Id: I01413493100fd110175ec85790899a130954c78e
    Signed-off-by: Mert Tumer <merttumer at outlook.com>
    Reviewed-on: https://gerrit.libreoffice.org/58688
    Tested-by: Jenkins
    Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 008e732c84af..56824add0e56 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -62,6 +62,7 @@ core_factory_list = [
     ("libmcnttype.a", "mcnttype_component_getFactory"),
     ("libvcllo.a", "vcl_component_getFactory"),
     ("libspelllo.a", "spell_component_getFactory"),
+    ("libpdffilterlo.a", "pdffilter_component_getFactory"),
     ("libsvtlo.a", "svt_component_getFactory")
     ]
 


More information about the Libreoffice-commits mailing list