diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-06-12 10:29:25 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-06-12 10:29:25 +0300 |
commit | 04439bf6f130918f4de700c5100898a2c2300d01 (patch) | |
tree | b96a14da2679d113cc5a909327623115bd4e5ecc /configure.ac | |
parent | 0e7aa546642426c2bbadacf061ff5695498393e9 (diff) |
Add --disable-gtk3 to the options used for the BUILD platform
Change-Id: I849f079bf914fc2feea6379544f0634b5296d162
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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" \ |