[Libreoffice-commits] core.git: configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Dec 8 16:09:38 UTC 2018


 configure.ac |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 7ce84d71b5a7e46bc4322997b1727b260e9b2cbd
Author:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Sat Dec 8 15:45:45 2018 +0100
Commit:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Sat Dec 8 17:00:58 2018 +0100

    cross-compiling: no need for gtk or gstreamer for BUILD
    
    Change-Id: I34d2078e13119291efde85636d7c62555f10a55f

diff --git a/configure.ac b/configure.ac
index 1dc1b712302d..4dc627463fe0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4561,6 +4561,9 @@ if test "$cross_compiling" = "yes"; then
     # Don't bother having configure look for stuff not needed for the build platform anyway
     ./configure \
         --disable-cups \
+        --disable-gstreamer-1-0 \
+        --disable-gstreamer-0-10 \
+        --disable-gtk \
         --disable-gtk3 \
         --disable-pdfimport \
         --disable-postgresql-sdbc \


More information about the Libreoffice-commits mailing list