[glib-networking] Require GLib 2.55.1
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking] Require GLib 2.55.1
- Date: Thu, 4 Jan 2018 22:36:48 +0000 (UTC)
commit 9319b4fe4f3ea22febbdeb80f47100b238830435
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Thu Jan 4 16:36:18 2018 -0600
Require GLib 2.55.1
This is really needed by the previous patches.
meson.build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index af40c44..422d973 100644
--- a/meson.build
+++ b/meson.build
@@ -42,7 +42,7 @@ if host_machine.system().contains('linux')
endif
# *** Check GLib GIO ***
-glib_dep = dependency('glib-2.0', version: '>= 2.55.0')
+glib_dep = dependency('glib-2.0', version: '>= 2.55.1')
gio_dep = dependency('gio-2.0')
gio_module_dir = gio_dep.get_pkgconfig_variable('giomoduledir')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]