[grilo] build: bump glib 2.44 -> 2.58
- From: Victor Toso <victortoso src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] build: bump glib 2.44 -> 2.58
- Date: Fri, 21 Feb 2020 10:45:16 +0000 (UTC)
commit 4b71c46ac0e90150d5e5c1e7ef3e66a77c220231
Author: Victor Toso <me victortoso com>
Date: Mon Feb 17 10:16:48 2020 +0100
build: bump glib 2.44 -> 2.58
Bumping to make it easier in keeping compatibility with recent APIs
without breaking stable distro releases.
Fedora 31 (last stable): 2.62
Debian 10 (last stable): 2.58
Considering that we just released Grilo 0.3.12, next release can still
be kept under current last stable distros releases.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index f470424..0c2005c 100644
--- a/meson.build
+++ b/meson.build
@@ -37,7 +37,7 @@ grlpls_lt_version = '@0@.@1@.@2@'.format(soversion, current, grlpls_interface_ag
grl_majorminor = '@0@.@1@'.format(version_array[0], version_array[1])
grl_name = '@0@-@1@'.format(meson.project_name(), grl_majorminor)
-glib2_required = '2.44'
+glib2_required = '2.58'
glib2_required_info = '>= @0@'.format(glib2_required)
gio_dep = dependency('gio-2.0', version: glib2_required_info, required: true)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]