[rhythmbox/wip/hadess/cleanups: 18/30] 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: 18/30] build: Require a newer version of GLib
- Date: Wed, 3 Nov 2021 10:43:45 +0000 (UTC)
commit 99fb4866abae417cb366759173fb00d86510ce51
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 f14c5dc67..00a65cbbe 100644
--- a/meson.build
+++ b/meson.build
@@ -31,9 +31,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]