diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-03-15 09:56:32 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-03-15 14:31:53 +0100 |
commit | 28e8c3e28bf4944ecad23961602b9b1f72613d39 (patch) | |
tree | 41d3cc720944f9fa88e43511992fc741f2bd6517 /distro-configs | |
parent | a98465920f0c82759d3e74b437c4fb4dd9f2c4c6 (diff) |
--without-lxml for Flatpak builds
where the Yocto-based GNOME SDK provides no python lxml, but building LO's
internal one fails because it internally uses {xml2,xslt}-config, and those are
broken by (mis?-)design in Yocto, just returning with exit code 1.
It didn't work well to pass applications of pkg-config into the external/lxml
build as replacements for --with-{xml2,xslt}-config (as is successfully done
elsewhere with 1462b2784fa3e95499808b2ef706e4787a01aaae "Adapt the
external/redland/raptor/xml2-config.patch to raptor2-2.0.15"), so just run
gla11y in its slightly limited form without lxml in the Flatpak build.
Change-Id: I2d42901373c8c861b16da385c37bcc24d6e783fd
Reviewed-on: https://gerrit.libreoffice.org/51321
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeFlatpak.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/distro-configs/LibreOfficeFlatpak.conf b/distro-configs/LibreOfficeFlatpak.conf index 60312c31c8f5..68b0089cbe27 100644 --- a/distro-configs/LibreOfficeFlatpak.conf +++ b/distro-configs/LibreOfficeFlatpak.conf @@ -9,6 +9,7 @@ --with-vendor=The Document Foundation --without-export-validation --without-junit +--without-lxml --without-system-apache-commons --without-system-beanshell --without-system-bluez |