From f500dee22af761c9e1d14c1b2b66c517c7b1dc6a Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 23 Sep 2023 20:35:56 +0300 Subject: [PATCH 20/20] Change gtk4-client status to "supported" See osdn #48671 Signed-off-by: Marko Lindqvist --- configure.ac | 13 +++++-------- doc/README.packaging | 5 +++-- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/configure.ac b/configure.ac index 1903339d00..29b3bdcf89 100644 --- a/configure.ac +++ b/configure.ac @@ -1094,15 +1094,15 @@ if test "x$client" != "xno"; then dnl Gtk-3.0-specific overrides FC_GTK3_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 @@ -2043,14 +2043,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 - Not maintained client frontends: Gtk-3.0: $gui_gtk3 diff --git a/doc/README.packaging b/doc/README.packaging index 6fbee1deed..9f4147a5ec 100644 --- a/doc/README.packaging +++ b/doc/README.packaging @@ -25,7 +25,7 @@ Updating from 3.0 to 3.1 authentication and modpack installer support from the build to not have that requirement. * Sqlite3 based player authentication support is enabled by default -* Added gtk4-client. It's still in development. +* Added gtk4-client. * Lua version to use is 5.4 now * Experimental meson based build system has been added in parallel with the official autotools one @@ -150,7 +150,8 @@ Building multiple clients at once --------------------------------- Starting from 2.2 it has been possible to build multiple clients running 'make' just once. Just give configure option "--enable-client" comma -separated list of clients to compile, e.g. "--enable-client=gtk3,gtk4,sdl2,qt" +separated list of clients to compile, +e.g. "--enable-client=gtk3.22,gtk4,sdl2,qt" ---------------------------------------------------------------------- Savegame compression support -- 2.40.1