From 7cba33be5e3c853a67db2832d62ddc6a8847b7b1 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 23 Sep 2023 20:28:08 +0300 Subject: [PATCH 30/30] Change gtk4-client status to "supported" See osdn #48671 Signed-off-by: Marko Lindqvist --- configure.ac | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index 792a184a30..92ecab57ad 100644 --- a/configure.ac +++ b/configure.ac @@ -1097,15 +1097,15 @@ if test "x$client" != "xno"; then dnl Gtk-3.22-specific overrides FC_GTK3_22_CLIENT + dnl Gtk-4.0-specific overrides + FC_GTK4_CLIENT + dnl QT-specific overrides FC_QT_CLIENT dnl SDL2-specific overrides FC_SDL2_CLIENT - dnl Gtk-4.0-specific overrides - FC_GTK4_CLIENT - dnl Stub-specific overrides if test "x$gui_stub" = "xyes" || test "x$client" = "xall" ; then gui_stub=yes @@ -2030,14 +2030,11 @@ AC_MSG_NOTICE([ Maintained client frontends: Gtk-3.22 $gui_gtk3_22 - SDL2: $gui_sdl2 + Gtk-4.0: $gui_gtk4 QT: $gui_qt + SDL2: $gui_sdl2 Stub: $gui_stub - In-development client frontends: - (these are not yet ready for general use) - Gtk-4.0: $gui_gtk4 - == Server == Build freeciv server: $server AI modules support: $enable_aimodules -- 2.40.1