mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-08 06:39:53 -04:00
Better check libzim version
This commit is contained in:
parent
801b1df304
commit
a3f5a654f2
2
debian/control
vendored
2
debian/control
vendored
@ -23,7 +23,7 @@ Section: libdevel
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: libkiwix14 (= ${binary:Version}), ${misc:Depends}, python3,
|
||||
libzim-dev (>= 9.0.0~),
|
||||
libzim-dev (>= 9.0.0), libzim-dev (<< 10.0.0),
|
||||
libicu-dev,
|
||||
libpugixml-dev,
|
||||
libcurl4-gnutls-dev,
|
||||
|
@ -36,6 +36,8 @@ else
|
||||
endif
|
||||
|
||||
libzim_dep = dependency('libzim', version:'>=9.0.0', static:static_deps)
|
||||
libzim_dep = dependency('libzim', version:'<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.')
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user