From 2bf6b0472665ad31117d5620c49abf786715d0e8 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 8 Apr 2020 18:03:18 +0200 Subject: [PATCH] Update minimum version of libzim. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 172e5e9cb..4f9b2c4af 100644 --- a/meson.build +++ b/meson.build @@ -20,7 +20,7 @@ endif thread_dep = dependency('threads') libicu_dep = dependency('icu-i18n', static:static_deps) -libzim_dep = dependency('libzim', version : '>=5.0.0', static:static_deps) +libzim_dep = dependency('libzim', version : '>=6.1.0', static:static_deps) pugixml_dep = dependency('pugixml', static:static_deps) libcurl_dep = dependency('libcurl', static:static_deps) microhttpd_dep = dependency('libmicrohttpd', static:static_deps)