summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2018-01-15 19:36:19 +0000
committerRichard Hughes <richard@hughsie.com>2018-01-15 19:36:19 +0000
commitbb00ce4ce20b357ff57c202cf914e3350a28f9ea (patch)
treedf7dfc53e4dcdba467d34f5c8176cce14a99d30f
parente0a124723369d222277adb4f15b68ba44feb8c2c (diff)
downloadappstream-glib-bb00ce4ce20b357ff57c202cf914e3350a28f9ea.tar.gz
Explicitly require a new enough json-glib
Fixes https://github.com/hughsie/appstream-glib/issues/218
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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')