Requires libzim9

This commit is contained in:
Emmanuel Engelhart 2024-09-01 10:14:03 +02:00
parent 2eaa1c4649
commit 75a4f8b806
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
2 changed files with 3 additions and 3 deletions

4
debian/control vendored
View File

@ -4,7 +4,7 @@ Maintainer: Kiwix team <kiwix@kiwix.org>
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,

View File

@ -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