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)