From bbf555a5b830f89f22e52683c62fb9d805c04f98 Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Mon, 20 Jan 2020 20:24:31 +0100 Subject: [PATCH] Depend on recent AppStream The new release has serialization bugfixes, so we want to ensure users use it with the new asgen. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c0a933f8..b11a7bf9 100644 --- a/meson.build +++ b/meson.build @@ -22,7 +22,7 @@ endif src_dir = include_directories('src/') glibd_dep = dependency('glibd-2.0') -appstream_dep = dependency('appstream', version : '>= 0.12.8') +appstream_dep = dependency('appstream', version : '>= 0.12.10') lmdb_dep = dependency('lmdb', version : '>= 0.9') archive_dep = dependency('libarchive', version : '>= 3.2') cairo_dep = dependency('cairo', version : '>= 1.12')