[rhythmbox/wip/hadess/cleanups: 1/4] build: Require a newer version of GLib
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox/wip/hadess/cleanups: 1/4] build: Require a newer version of GLib
- Date: Mon, 18 Oct 2021 14:16:50 +0000 (UTC)
commit d3c8354683670cde48e8468ee555e340778db680
Author: Bastien Nocera <hadess hadess net>
Date: Mon Oct 18 16:05:00 2021 +0200
build: Require a newer version of GLib
So we can use some of its features.
configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 87b702732..3f25f4da8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ GTK_REQS=3.20.0
GST_REQS=1.4.0
GDK_PIXBUF_REQS=2.18.0
-GLIB_REQS=2.38.0
+GLIB_REQS=2.56.0
LIBGPOD_REQS=0.6
TOTEM_PLPARSER_REQS=3.2.0
VALA_REQS=0.9.4
@@ -492,8 +492,8 @@ else
fi
dnl Set required and max glib/gdk versions
-AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_38, [minimum glib version])
-AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_38, [maximum glib version])
+AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_56, [minimum glib version])
+AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_56, [maximum glib version])
AC_DEFINE(GDK_VERSION_MIN_REQUIRED, GDK_VERSION_3_16, [minimum gdk version])
AC_DEFINE(GDK_VERSION_MAX_ALLOWED, GDK_VERSION_3_16, [maximum gdk version])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]