Skip to content

Commit

Permalink
Update libkiwix dependency version
Browse files Browse the repository at this point in the history
Libkiwix has move to major version 14 kiwix/libkiwix#1116
  • Loading branch information
mgautierfr committed Sep 2, 2024
1 parent f6baad9 commit 28008ef
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 28008ef

Please sign in to comment.