Skip to content

Commit

Permalink
Set maximum version for libzim
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Mar 31, 2024
1 parent 1f6a378 commit 7291c84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ if static_linkage
endif
endif

libzim_dep = dependency('libzim', version : '>=9.1.0', static:static_linkage)
libzim_dep = dependency('libzim', version:'>=9.1.0', static:static_linkage)
libzim_dep = dependency('libzim', version:'<10.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 7291c84

Please sign in to comment.