Skip to content

Commit 38fc187

Browse files
authored
Merge pull request #678 from kiwix/depends_libzim_7.1.0
Needs libzim 7.1.0 getMetadataItem()
2 parents 60b4be2 + 2dc8fc9 commit 38fc187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ else
4444
error('Cannot found header mustache.hpp')
4545
endif
4646

47-
libzim_dep = dependency('libzim', version : '>=7.0.0', static:static_deps)
47+
libzim_dep = dependency('libzim', version : '>=7.1.0', static:static_deps)
4848
if not compiler.has_header_symbol('zim/zim.h', 'LIBZIM_WITH_XAPIAN')
4949
error('Libzim seems to be compiled without xapian. Xapian support is mandatory.')
5050
endif

0 commit comments

Comments
 (0)