bin/lo-all-static-libs | 1 + solenv/bin/native-code.py | 1 + 2 files changed, 2 insertions(+)
New commits: commit cd12a1aee4b00ad0406863f5b93ecbc5dba966b2 Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Tue Aug 13 12:21:45 2019 +0300 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Tue Aug 13 14:21:15 2019 +0200 Add the guesslang component (to apps) in case it is essential (I saw warnings about it missing in the iOS app.) Change-Id: Ib286b107e529e80ec36ffb87059f4f5923867abe Reviewed-on: https://gerrit.libreoffice.org/77399 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Tor Lillqvist <t...@collabora.com> Tested-by: Tor Lillqvist <t...@collabora.com> diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index dc64a083c2f7..1cde5daa971f 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -62,6 +62,7 @@ core_factory_list = [ ("libpdffilterlo.a", "pdffilter_component_getFactory"), ("libsvgiolo.a", "svgio_component_getFactory"), ("libMacOSXSpelllo.a", "MacOSXSpell_component_getFactory", "#ifdef IOS"), + ("libguesslanglo.a", "guesslang_component_getFactory"), ] core_constructor_list = [ commit aa0b785946ba39bbce419a6b356a7ce07349501c Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Tue Aug 13 12:21:17 2019 +0300 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Tue Aug 13 14:21:00 2019 +0200 Add libexttextcat, needed by the guesslang component Change-Id: Id13ddee66a70d8cd293940f7eea8597257d169c5 Reviewed-on: https://gerrit.libreoffice.org/77398 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Tor Lillqvist <t...@collabora.com> diff --git a/bin/lo-all-static-libs b/bin/lo-all-static-libs index 560a041ed136..bcf2eb347bee 100755 --- a/bin/lo-all-static-libs +++ b/bin/lo-all-static-libs @@ -75,6 +75,7 @@ echo $INSTDIR/$LIBO_LIB_FOLDER/lib*.a \ $WORKDIR/UnpackedTarball/lcms2/src/.libs/*.a \ $WORKDIR/UnpackedTarball/libabw/src/lib/.libs/*.a \ $WORKDIR/UnpackedTarball/libcdr/src/lib/.libs/*.a \ + $WORKDIR/UnpackedTarball/libexttextcat/src/.libs/*.a \ $WORKDIR/UnpackedTarball/libmspub/src/lib/.libs/*.a \ $WORKDIR/UnpackedTarball/libmwaw/src/lib/.libs/*.a \ $WORKDIR/UnpackedTarball/libodfgen/src/.libs/*.a \ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits