summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2022-01-07 14:19:13 +0000
committerWill Thompson <will@willthompson.co.uk>2022-01-07 14:19:13 +0000
commite38975e01ca31895fcffafa4f34787bef37d618c (patch)
tree3c706b2282454818217b7d92978f17a8dab750b7 /meson.build
parent1f687f6375a3f3f006600119f7eee7df7348ade5 (diff)
downloadlibgweather-e38975e01ca31895fcffafa4f34787bef37d618c.tar.gz
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().
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index eb7ac82..025bf33 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