From 75a4f8b806a5bb19041c11177b26c14d0a190a57 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 1 Sep 2024 10:14:03 +0200 Subject: [PATCH] Requires libzim9 --- debian/control | 4 ++-- meson.build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index c614ce798..566056a04 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Maintainer: Kiwix team Build-Depends: debhelper-compat (= 13), meson, pkgconf, - libzim-dev (>= 7.2.0~), + libzim-dev (>= 9.0.0~), libcurl4-gnutls-dev, libicu-dev, libgtest-dev, @@ -23,7 +23,7 @@ Section: libdevel Architecture: any Multi-Arch: same Depends: libkiwix10 (= ${binary:Version}), ${misc:Depends}, python3, - libzim-dev (>= 7.2.0~), + libzim-dev (>= 9.0.0~), libicu-dev, libpugixml-dev, libcurl4-gnutls-dev, diff --git a/meson.build b/meson.build index 0d9795c5b..d6fb2ef35 100644 --- a/meson.build +++ b/meson.build @@ -35,7 +35,7 @@ else error('Cannot found header mustache.hpp') endif -libzim_dep = dependency('libzim', version : '>=8.1.0', static:static_deps) +libzim_dep = dependency('libzim', version : '>=9.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.') endif