Skip to content

Commit

Permalink
Merge pull request #700 from kiwix/update_libkiwix_dep
Browse files Browse the repository at this point in the history
Update libkiwix dependency version
  • Loading branch information
kelson42 authored Sep 2, 2024
2 parents f6baad9 + 28008ef commit 2bab9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ endif
thread_dep = dependency('threads')
libzim_dep = dependency('libzim', version:'>=9.0.0', static:static_linkage)
libzim_dep = dependency('libzim', version:'<10.0.0', static:static_linkage)
kiwixlib_dep = dependency('kiwix', version:'>=13.0.0', static:static_linkage)
kiwixlib_dep = dependency('kiwix', version:'<14.0.0', static:static_linkage)
kiwixlib_dep = dependency('kiwix', version:'>=14.0.0', static:static_linkage)
kiwixlib_dep = dependency('kiwix', version:'<15.0.0', static:static_linkage)
docopt_dep = dependency('docopt', static:static_linkage)

all_deps = [thread_dep, kiwixlib_dep, libzim_dep, docopt_dep]
Expand Down

0 comments on commit 2bab9a2

Please sign in to comment.