why does android build disable liblangtag?

Christian Lohmaier lohmaier at googlemail.com
Fri Jan 15 04:20:26 PST 2016


On Fri, Jan 15, 2016 at 10:46 AM, David Tardon <dtardon at redhat.com> wrote:
> Hello,
>
> commit
> http://cgit.freedesktop.org/libreoffice/core/commit/?id=25dd02d8b9ad66e06fb2f6e9d38e27753af2817d
> disables liblangtag in Android build,

Actually that one did only disable it for the build (compiling
system), but that part was later removed. liblangtag already gets
disabled in configure.ac when not explicitly enabled:

"$enable_liblangtag" = "" -a $_os != Android

> without any explanation why. (My
> guess it is because liblangtag in that time depended on glib, which was
> not available on Android.)

Seems like that was the cause - even if it was size limitations, those
do no longer apply, as Michael said, so no reason to disable if it
works..

ciao
Christian


More information about the LibreOffice mailing list