[json-glib/wip/ordered-iter: 10/12] build: Bump up the GLib dependency
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib/wip/ordered-iter: 10/12] build: Bump up the GLib dependency
- Date: Mon, 24 Aug 2020 11:35:58 +0000 (UTC)
commit 4bae3c46cb901db8ab4f1bfc07358d312e5f7c5c
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed Apr 8 18:33:30 2020 +0100
build: Bump up the GLib dependency
Require a non-ancient version of GLib.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 8a4194b..5a7cc94 100644
--- a/meson.build
+++ b/meson.build
@@ -33,7 +33,7 @@ json_localedir = join_paths(get_option('prefix'), get_option('localedir'))
json_libexecdir = join_paths(get_option('prefix'), get_option('libexecdir'))
# Dependencies
-glib_req_version = '>= 2.44.0'
+glib_req_version = '>= 2.54.0'
gio_dep = dependency('gio-2.0', version: glib_req_version,
fallback: ['glib', 'libgio_dep'])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]