summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2020-01-04 09:28:10 +1300
committerRichard Hughes <richard@hughsie.com>2020-01-06 11:14:53 +0000
commitbbe0100bea1f415cf227d171e52c186831834b93 (patch)
treee3067386ac898d146ac20cd1b901f6cc395a4297
parent8aecf2f9c0cca1508ec0c2ea8219020dac67f9fb (diff)
downloadappstream-glib-bbe0100bea1f415cf227d171e52c186831834b93.tar.gz
Bump minimum glib2 dependency.
as-app-desktop.c uses g_key_file_load_from_bytes which was added to glib 2.49.3 (see NEWS¹). Additionally as-format.c uses g_canonicalize_filename which was added in 2.58 (commit²) Closes #341. ¹ https://gitlab.gnome.org/GNOME/glib/blob/2.49.3/NEWS#L9 ² https://gitlab.gnome.org/GNOME/glib/commit/b9b642de06e714584e89aa7b8d878a98599538ed#c0e40c6287fb64a7a3d8c9fa35b5e014025da233_175_175
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index fd8a7a9..3178766 100644
--- a/meson.build
+++ b/meson.build
@@ -59,7 +59,7 @@ plugindir = join_paths(get_option('prefix'),
get_option('libdir'),
'asb-plugins-' + as_plugin_version)
-glib_ver = '>= 2.45.8'
+glib_ver = '>= 2.58.0'
glib = dependency('glib-2.0', version : glib_ver)
gmodule = dependency('gmodule-2.0', version : glib_ver)
if platform_win32