[rygel] Bump glib requirements to 2.44



commit b01a81d054d1dc144a82c33cf9e5d2efac67fb62
Author: Jens Georg <mail jensge org>
Date:   Fri Jan 18 10:48:20 2019 +0100

    Bump glib requirements to 2.44
    
    Match with GUPnP/GSSDP

 configure.ac | 4 ++--
 meson.build  | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9882d613..70277811 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ GOBJECT_INTROSPECTION_CHECK([1.33.4])
 
 dnl Required versions of library packages
 dnl Not all of these are actually used, depending on the configure options.
-GLIB_REQUIRED=2.40.0
+GLIB_REQUIRED=2.44.0
 LIBXML_REQUIRED=2.7
 VALA_REQUIRED=0.36.0
 VALADOC_REQUIRED=0.2
@@ -43,7 +43,7 @@ GUPNP_AV_REQUIRED=0.12.8
 GUPNP_DLNA_REQUIRED=0.9.4
 GSTREAMER_REQUIRED=1.12
 GSTPBU_REQUIRED=1.12
-GIO_REQUIRED=2.26
+GIO_REQUIRED=2.44
 GEE_REQUIRED=0.8.0
 LIBSOUP_REQUIRED=2.44.0
 GTK_REQUIRED=3.22
diff --git a/meson.build b/meson.build
index 37613467..d6ef7a91 100644
--- a/meson.build
+++ b/meson.build
@@ -69,10 +69,10 @@ gtkdoc = dependency('gtk-doc', required : false)
 gupnp = dependency('gupnp-1.2', version : '>= 1.1')
 gee = dependency('gee-0.8', version: '>= 0.8.0')
 gssdp = dependency('gssdp-1.2', version : '>= 1.1')
-glib = dependency('glib-2.0', version : '>= 2.26')
-gio = dependency('gio-2.0', version : '>= 2.26')
-gio_unix = dependency('gio-unix-2.0', version : '>= 2.26')
-gmodule = dependency('gmodule-2.0')
+glib = dependency('glib-2.0', version : '>= 2.44')
+gio = dependency('gio-2.0', version : '>= 2.44')
+gio_unix = dependency('gio-unix-2.0', version : '>= 2.44')
+gmodule = dependency('gmodule-2.0', version: '>= 2.44')
 libxml = dependency('libxml-2.0', version: '>= 2.7')
 gupnp_av = dependency('gupnp-av-1.0', version: '>= 0.12.8')
 gupnp_dlna = dependency('gupnp-dlna-2.0', version: '>= 0.9.4')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]