summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2020-03-09 10:03:05 +0100
committerJan Holesovsky <kendy@collabora.com>2020-03-09 15:44:07 +0100
commit435e95410c920eb711b8afeebdaf254304de461d (patch)
tree17b75cda72707c6587c994673432ac55cf89d515 /configure.ac
parente0720d253460a2715d89c98db01e11c9d429c6d1 (diff)
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@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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 \