Update minimum version of libzim.

This commit is contained in:
Matthieu Gautier 2020-04-08 18:03:18 +02:00
parent 12a0660342
commit 2bf6b04726
1 changed files with 1 additions and 1 deletions

View File

@ -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)