From 92954bbbe499dbd097367b33ae61c77776143c55 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Wed, 8 Oct 2025 12:41:47 +0200 Subject: [PATCH] Requires now libzim 9.4.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5e3558fd..8fb2e124 100644 --- a/meson.build +++ b/meson.build @@ -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.')