[libgweather/wjt/glib-2.68-for-g_time_zone_new_identifier] meson: Depend on GLib >= 2.68




commit e38975e01ca31895fcffafa4f34787bef37d618c
Author: Will Thompson <will willthompson co uk>
Date:   Fri Jan 7 14:19:13 2022 +0000

    meson: Depend on GLib >= 2.68
    
    fedefd99fd2c6f6a2515dddaf72b43d05210af98 "Remove GWeatherTimezone" says:
    
    > GWeatherTimezone can be replaced by GTimeZone, which has been available
    > since GLib 2.26.
    
    It is true that GTimeZone itself was added in 2.26.  However, this
    library uses g_time_zone_new_identifier(), which was added in GLib 2.68
    as a replacement for the deprecated g_time_zone_new().

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index eb7ac824..025bf334 100644
--- a/meson.build
+++ b/meson.build
@@ -30,7 +30,7 @@ sysconfdir = prefix / get_option('sysconfdir')
 pkgdatadir = datadir / 'libgweather-4'
 pkglibdir = libdir / 'libgweather-4'
 
-glib_req_version = '>= 2.44.0'
+glib_req_version = '>= 2.68.0'
 libxml_req_version = '>= 2.6.0'
 
 GETTEXT_PACKAGE = libgweather_full_version


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