From d3995b5248e412dd1b00c06a3f54936326967e2d Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 18 Oct 2016 10:16:39 +0200 Subject: Disable GTK+ by default. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I suggested disabling GTK+ by default at Sharkfest EU and no one objected, hence this patch. Disable it by default in both Autotools and CMake. Make sure it's enabled for Debian packaging. The RPM packaging enables GTK3 explicitly so no change appears to be necessary there. Change-Id: If5daeaef4bb26cf60006bc8883be15b2cf6c6ae4 Reviewed-on: https://code.wireshark.org/review/18256 Reviewed-by: Peter Wu Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Jörg Mayer --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 378477a1de..5a0cede700 100644 --- a/configure.ac +++ b/configure.ac @@ -256,14 +256,14 @@ AC_ARG_WITH([qt], AC_ARG_WITH([gtk], AC_HELP_STRING( [--with-gtk=@<:@yes/no/2/3@:>@], - [use GTK+ @<:@default=yes, if available@:>@]), + [use GTK+ @<:@default=no@:>@]), AS_CASE([$withval], [yes], [with_gtk="3 2 fail"], [no], [with_gtk="no"], [3], [with_gtk="3 fail3"], [2], [with_gtk="2 fail2"], [AC_MSG_ERROR([--with-gtk must be one of yes/no/2/3])]), - with_gtk="3 2") + with_gtk="no") # GnuTLS # Version 3.0 switched from LGPLv2.1+ to LGPLv3+, then switched back to -- cgit v1.2.3