summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2022-08-16 23:13:12 +0200
committerCorentin Noël <tintou@noel.tf>2022-08-16 23:16:13 +0200
commit358fcc6570d5910a5cedae2dbb3be58519ec1876 (patch)
treef5b9dae72440cf928ec3af3069c2022102665dcc /configure.ac
parent6459310045744f240e22bd9060a669f179b880ae (diff)
downloadlibgnomekbd-358fcc6570d5910a5cedae2dbb3be58519ec1876.tar.gz
3.28.03.28.0
- Translation updates - Require GLib 2.44 - Modernize the codebase - Avoid several crashes - Fix RTL issues - Add meson build system (this is the last version with autotools)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7b3972f..c30ffef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl ***************************************************************************
dnl *** configure.in for libgnomekbd ***
dnl ***************************************************************************
-AC_INIT(libgnomekbd, 3.26.1, [http://bugzilla.gnome.org/enter_bug.cgi?product=libgnomekbd])
+AC_INIT(libgnomekbd, 3.28.0, [https://gitlab.gnome.org/GNOME/libgnomekbd/-/issues])
AC_PREREQ(2.62)
VERSION_INFO=8:0:0
@@ -15,7 +15,7 @@ AC_CONFIG_MACRO_DIR(m4)
dnl ***************************************************************************
dnl *** Minimum library versions for libgnomekbd ***
dnl ***************************************************************************
-GLIB_REQUIRED=2.18
+GLIB_REQUIRED=2.44
GDK_REQUIRED=2.91.7
GTK_REQUIRED=2.90
LIBXKLAVIER_REQUIRED=5.2