Merge pull request #678 from kiwix/depends_libzim_7.1.0

Needs libzim 7.1.0 getMetadataItem()
This commit is contained in:
Kelson 2022-01-16 09:59:54 +01:00 committed by GitHub
commit 38fc187303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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