Skip to content

Commit 2dc8fc9

Browse files
committed
Needs libzim 7.1.0 getMetadataItem()
1 parent 60b4be2 commit 2dc8fc9

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)