From 04439bf6f130918f4de700c5100898a2c2300d01 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 12 Jun 2015 10:29:25 +0300 Subject: Add --disable-gtk3 to the options used for the BUILD platform Change-Id: I849f079bf914fc2feea6379544f0634b5296d162 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index a09dc63c23dc..4abe98f7414f 100644 --- a/configure.ac +++ b/configure.ac @@ -4557,6 +4557,7 @@ if test "$cross_compiling" = "yes"; then ./configure \ --disable-cups \ --disable-graphite \ + --disable-gtk3 \ --disable-pdfimport \ --disable-postgresql-sdbc \ --with-parallelism="$with_parallelism" \ -- cgit