[rhythmbox/wip/hadess/cleanups: 4/33] 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: 4/33] build: Require a newer version of GLib
- Date: Mon, 15 Nov 2021 13:45:51 +0000 (UTC)
commit 9b0a97ddbf16da491d2c7c797cb1d505ccf5cc6f
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 c9e2591a2..fe7567023 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]