From 2dc8fc9ab379ba6d36f14d9931d14735c4986c53 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sat, 15 Jan 2022 15:55:15 +0100 Subject: [PATCH] Needs libzim 7.1.0 getMetadataItem() --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 63d6b9380..2512f9ce5 100644 --- a/meson.build +++ b/meson.build @@ -44,7 +44,7 @@ else error('Cannot found header mustache.hpp') endif -libzim_dep = dependency('libzim', version : '>=7.0.0', static:static_deps) +libzim_dep = dependency('libzim', version : '>=7.1.0', static:static_deps) if not compiler.has_header_symbol('zim/zim.h', 'LIBZIM_WITH_XAPIAN') error('Libzim seems to be compiled without xapian. Xapian support is mandatory.') endif