Skip to content

Commit

Permalink
zim-tools need libzim >= 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Sep 7, 2022
1 parent d0cfde1 commit 0e34e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainer: Kiwix team <kiwix@kiwix.org>
Build-Depends: debhelper-compat (= 13),
meson,
pkg-config,
libzim-dev (>= 7.2.0~),
libzim-dev (>= 8.0.0~),
libmagic-dev,
zlib1g-dev,
libgumbo-dev,
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if static_linkage
endif
endif

libzim_dep = dependency('libzim', version : '>=7.2.0', static:static_linkage)
libzim_dep = dependency('libzim', version : '>=8.0.0', static:static_linkage)
with_xapian_support = compiler.has_header_symbol('zim/zim.h', 'LIBZIM_WITH_XAPIAN')

find_library_in_compiler = meson.version().version_compare('>=0.31.0')
Expand Down

0 comments on commit 0e34e28

Please sign in to comment.