summaryrefslogtreecommitdiff
path: root/distro-configs/LibreOfficeAndroidAarch64.conf
AgeCommit message (Collapse)AuthorFilesLines
2018-05-23remove Linux ("UNX") systray "Quickstarter"Rene Engelhard1-1/+0
Change-Id: Ie0e8b8b7ad59ee640d6b195dfae1a7cf745056fd Reviewed-on: https://gerrit.libreoffice.org/54543 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
2016-08-18No export validation for the host platform when cross-compiling pleaseTor Lillqvist1-1/+2
Sure, would make more sense to hardcode this in configure.ac. But actually I guess that export validation will be turned off by default anyway soon. Change-Id: Icf266a0f389b9ebc8a28ee2e5f277449875ca885
2016-02-01configure: remove ---disable-randr-linkMichael Stahl1-1/+0
This looks obsolete, it was used in LibreOfficeLinux.conf since the beginning but in fact since LO 3.5 it was broken and the vclplug_gen was not actully dlopen()ing Xrandr.so but somehow magically "found" the symbols anyway. Change-Id: I81251a8fef0abac63183b0ff3533bb2331ca6f5a
2016-01-29disable options by default on androidPeter Foley1-3/+0
Some options aren't supported on android, so disable them by default to avoid errors. Change-Id: Ifef2f5ff55d3bd7d7da1f53d1345be3c5ef11f45 Reviewed-on: https://gerrit.libreoffice.org/21590 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-01-15Android: don't disable langtag (libetonyek has hard dependency)Christian Lohmaier1-1/+0
apparently in the past it was disabled because it did depend on glib, and maybe also size constraints, but neither apply anymore. Change-Id: Ic731b204cf482639e4d468512b97b5c39ddc73e6
2015-10-16drop gconf integration as per ESC decisionBjoern Michaelsen1-2/+0
Conflicts: shell/source/backends/gconfbe/gconfbackend.cxx Change-Id: I609ec83ec59f5ae8d3a8c9c09649695bfcb03b87 Reviewed-on: https://gerrit.libreoffice.org/19408 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2015-09-02ditch gnome-vfs2 supportCaolán McNamara1-1/+0
Change-Id: I882c04fd3a255f55511b1884157de26e7574e6db Reviewed-on: https://gerrit.libreoffice.org/18262 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-20Drop --disable-openglTor Lillqvist1-1/+0
Change-Id: Ic1d9843e5b05cf4eeb647cf13eea15fc2acd6063
2014-11-07rename --disable-gstreamer → --disable-gstreamer-1-0Christian Lohmaier1-1/+1
Change-Id: I9f1e0ae2d5ac71ea7e9edb06d3719d626adb80a4
2014-10-23There is no --without-ppds any moreTor Lillqvist1-1/+0
Change-Id: I64b2c0cbd6cafa686f62f88fd6a2276c7db80c47
2014-08-30Start of support for Android on AArch64Tor Lillqvist1-0/+19
The build does not get far before it runs into trouble in the GNU libstdc++ headers, though: android-ndk-r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/opt_random.h:33:23: fatal error: x86intrin.h: No such file or directory Change-Id: I9d459c64980091ba8bf5b3d631d47342625f6be9