mirror of https://github.com/kiwix/libkiwix.git
Update libzim dependency version to 7.2.0
This commit is contained in:
parent
a7d19b170a
commit
7da81acaa3
|
@ -4,7 +4,7 @@ Maintainer: Kiwix team <kiwix@kiwix.org>
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
meson,
|
meson,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
libzim-dev (>= 6.1.8),
|
libzim-dev (>= 7.2.0),
|
||||||
libcurl4-gnutls-dev,
|
libcurl4-gnutls-dev,
|
||||||
libicu-dev,
|
libicu-dev,
|
||||||
libgtest-dev,
|
libgtest-dev,
|
||||||
|
@ -23,7 +23,7 @@ Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: libkiwix10 (= ${binary:Version}), ${misc:Depends}, python3,
|
Depends: libkiwix10 (= ${binary:Version}), ${misc:Depends}, python3,
|
||||||
libzim-dev (>= 6.0.0),
|
libzim-dev (>= 7.2.0),
|
||||||
libicu-dev,
|
libicu-dev,
|
||||||
libpugixml-dev,
|
libpugixml-dev,
|
||||||
libcurl4-gnutls-dev,
|
libcurl4-gnutls-dev,
|
||||||
|
|
|
@ -44,7 +44,7 @@ else
|
||||||
error('Cannot found header mustache.hpp')
|
error('Cannot found header mustache.hpp')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libzim_dep = dependency('libzim', version : '>=7.1.0', static:static_deps)
|
libzim_dep = dependency('libzim', version : '>=7.2.0', static:static_deps)
|
||||||
if not compiler.has_header_symbol('zim/zim.h', 'LIBZIM_WITH_XAPIAN')
|
if not compiler.has_header_symbol('zim/zim.h', 'LIBZIM_WITH_XAPIAN')
|
||||||
error('Libzim seems to be compiled without xapian. Xapian support is mandatory.')
|
error('Libzim seems to be compiled without xapian. Xapian support is mandatory.')
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue