From bb00ce4ce20b357ff57c202cf914e3350a28f9ea Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 15 Jan 2018 19:36:19 +0000 Subject: Explicitly require a new enough json-glib Fixes https://github.com/hughsie/appstream-glib/issues/218 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4eb7255..9454a2e 100644 --- a/meson.build +++ b/meson.build @@ -55,7 +55,7 @@ gmodule = dependency('gmodule-2.0', version : glib_ver) giounix = dependency('gio-unix-2.0', version : glib_ver) libarchive = dependency('libarchive') soup = dependency('libsoup-2.4', version : '>= 2.51.92') -json_glib = dependency('json-glib-1.0') +json_glib = dependency('json-glib-1.0', version : '>= 1.1.2') gdkpixbuf = dependency('gdk-pixbuf-2.0', version : '>= 2.31.5') libgcab = dependency('libgcab-1.0', required : false) if libgcab.version().version_compare('>= 1.0') -- cgit v1.2.1