[Libreoffice-commits] core.git: configure.ac
Jan Holesovsky (via logerrit)
logerrit at kemper.freedesktop.org
Mon Mar 9 14:44:42 UTC 2020
configure.ac | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 435e95410c920eb711b8afeebdaf254304de461d
Author: Jan Holesovsky <kendy at collabora.com>
AuthorDate: Mon Mar 9 10:03:05 2020 +0100
Commit: Jan Holesovsky <kendy at collabora.com>
CommitDate: Mon Mar 9 15:44:07 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/+/90206
Tested-by: Jenkins
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/configure.ac b/configure.ac
index e82bc1b5adf5..eb2befed5276 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4786,6 +4786,7 @@ if test "$cross_compiling" = "yes"; then
./configure \
--disable-cups \
--disable-gstreamer-1-0 \
+ --disable-gtk \
--disable-gtk3 \
--disable-pdfimport \
--disable-postgresql-sdbc \
More information about the Libreoffice-commits
mailing list