From e216c4403470c460614fecb272bed6411f36f3ed Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 23 Apr 2018 17:03:56 +0200 Subject: [PATCH] kiwix-lib needs libzim>=3.3.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6f875dc87..a267b756f 100644 --- a/meson.build +++ b/meson.build @@ -10,7 +10,7 @@ static_deps = get_option('android') or get_option('default_library') == 'static' thread_dep = dependency('threads') libicu_dep = dependency('icu-i18n', static:static_deps) -libzim_dep = dependency('libzim', version : '>=3.2.0', static:static_deps) +libzim_dep = dependency('libzim', version : '>=3.3.0', static:static_deps) pugixml_dep = dependency('pugixml', static:static_deps) libaria2_dep = dependency('libaria2', static:static_deps)