Requires now libzim 9.4.0

This commit is contained in:
Emmanuel Engelhart
2025-10-08 12:41:47 +02:00
committed by Kelson
parent 7a9edccbc5
commit 92954bbbe4

View File

@@ -63,7 +63,7 @@ else
error('Cannot found header mustache.hpp')
endif
libzim_dep = dependency('libzim', version:['>=9.0.0', '<10.0.0'], static:static_deps)
libzim_dep = dependency('libzim', version:['>=9.4.0', '<10.0.0'], static:static_deps)
if not compiler.has_header_symbol('zim/zim.h', 'LIBZIM_WITH_XAPIAN', dependencies: libzim_dep)
error('Libzim seems to be compiled without Xapian. Xapian support is mandatory.')