Update libzim dependency version to 7.2.0

This commit is contained in:
Matthieu Gautier
2022-01-19 12:55:53 +01:00
parent a7d19b170a
commit 7da81acaa3
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ else
error('Cannot found header mustache.hpp')
endif
libzim_dep = dependency('libzim', version : '>=7.1.0', static:static_deps)
libzim_dep = dependency('libzim', version : '>=7.2.0', static:static_deps)
if not compiler.has_header_symbol('zim/zim.h', 'LIBZIM_WITH_XAPIAN')
error('Libzim seems to be compiled without xapian. Xapian support is mandatory.')
endif