configure.ac |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1b8fddee057901dc02480ac8dcb9cbabb0f80ba7
Author:     Jan Holesovsky <ke...@collabora.com>
AuthorDate: Mon Mar 9 10:03:05 2020 +0100
Commit:     Jan Holesovsky <ke...@collabora.com>
CommitDate: Tue Mar 10 14:22:13 2020 +0100

    Disable gtk in the build-config when cross-compiling.
    
    Not needed at all and gtk3 is already disabled there.
    
    Change-Id: Ic6f8be17645df22a414ae4b191a97b9bf1c16d1b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90204
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>

diff --git a/configure.ac b/configure.ac
index 7ed5afefdb8f..b945eb65bff5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4594,6 +4594,7 @@ 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-gtk \
         --disable-gtk3 \
         --disable-pdfimport \
         --disable-postgresql-sdbc \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to