[json-glib/wip/ordered-iter: 4/6] 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: 4/6] build: Bump up the GLib dependency
- Date: Mon, 24 Aug 2020 11:19:13 +0000 (UTC)
commit 3300df1ab62a455c3586f75d46b7eb55b5ae97b6
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 648f7a6..d5e870b 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]