[gvfs] build: Bump required glib version to 2.65.1
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs] build: Bump required glib version to 2.65.1
- Date: Fri, 7 Aug 2020 15:01:10 +0000 (UTC)
commit 10bf4e91dc4f692cf7585488dd105d225d0872f9
Author: Ondrej Holy <oholy redhat com>
Date: Fri Aug 7 10:56:35 2020 +0200
build: Bump required glib version to 2.65.1
The recent commit 077abad requires functionality from GLib 2.65.1.
Let's bump to that version.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index f7cd7ae5f..c76cb3f44 100644
--- a/meson.build
+++ b/meson.build
@@ -231,7 +231,7 @@ have_version_script = cc.has_link_argument('@0@,@1@'.format(version_script_ldfla
gio_dep = dependency('gio-2.0')
gio_unix_dep = dependency('gio-unix-2.0')
-glib_dep = dependency('glib-2.0', version: '>= 2.65.0')
+glib_dep = dependency('glib-2.0', version: '>= 2.65.1')
gobject_dep = dependency('gobject-2.0')
gsettings_desktop_schemas_dep = dependency('gsettings-desktop-schemas', version: '>= 3.33.0')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]