Skip to content

Commit

Permalink
Check max version of libzim/libkiwix
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Feb 27, 2024
1 parent 67c0ebd commit 4d16a52
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 @@ -17,7 +17,9 @@ endif

thread_dep = dependency('threads')
kiwixlib_dep = dependency('kiwix', version:'>=13.0.0', static:static_linkage)
libzim_dep = dependency('libzim', version:'>=8.1.0', static:static_linkage)
kiwixlib_dep = dependency('kiwix', version:'<14.0.0', static:static_linkage)
libzim_dep = dependency('libzim', version:'>=9.0.0', static:static_linkage)
libzim_dep = dependency('libzim', version:'<10.0.0', static:static_linkage)

all_deps = [thread_dep, kiwixlib_dep, libzim_dep]

Expand Down

0 comments on commit 4d16a52

Please sign in to comment.