We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b4be2 commit 2dc8fc9Copy full SHA for 2dc8fc9
meson.build
@@ -44,7 +44,7 @@ else
44
error('Cannot found header mustache.hpp')
45
endif
46
47
-libzim_dep = dependency('libzim', version : '>=7.0.0', static:static_deps)
+libzim_dep = dependency('libzim', version : '>=7.1.0', static:static_deps)
48
if not compiler.has_header_symbol('zim/zim.h', 'LIBZIM_WITH_XAPIAN')
49
error('Libzim seems to be compiled without xapian. Xapian support is mandatory.')
50
0 commit comments