[rhythmbox/wip/hadess/cleanups: 20/49] 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: 20/49] build: Require a newer version of GLib
- Date: Mon, 15 Nov 2021 11:04:16 +0000 (UTC)
commit 0bb4a30587f684a4e333c1bb286ff8e71259cbab
Author: Bastien Nocera <hadess hadess net>
Date: Wed Nov 3 11:18:14 2021 +0100
build: Require a newer version of GLib
So we can use some of its features.
meson.build | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index 9fc5d98ab..b663f4376 100644
--- a/meson.build
+++ b/meson.build
@@ -29,9 +29,9 @@ add_project_arguments(common_cflags, language: 'c')
libmath = cc.find_library('m')
-glib_required = '2.38.0'
-cdata.set('GLIB_VERSION_MIN_REQUIRED', 'GLIB_VERSION_2_38')
-cdata.set('GLIB_VERSION_MAX_ALLOWED', 'GLIB_VERSION_2_38')
+glib_required = '2.56.0'
+cdata.set('GLIB_VERSION_MIN_REQUIRED', 'GLIB_VERSION_2_56')
+cdata.set('GLIB_VERSION_MAX_ALLOWED', 'GLIB_VERSION_2_56')
gstreamer_required = '1.4.0'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]