Skip to content

Commit

Permalink
Merge pull request #649 from kiwix/need-libkiwix-13
Browse files Browse the repository at this point in the history
Requires libkiwix13+
  • Loading branch information
kelson42 authored Nov 19, 2023
2 parents 4556262 + 33bdf56 commit 98b4fb3
Showing 1 changed file with 1 addition and 1 deletion.
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

thread_dep = dependency('threads')
kiwixlib_dep = dependency('kiwix', version:'>=12.0.0', static:static_linkage)
kiwixlib_dep = dependency('kiwix', version:'>=13.0.0', static:static_linkage)
libzim_dep = dependency('libzim', version:'>=8.1.0', static:static_linkage)

all_deps = [thread_dep, kiwixlib_dep, libzim_dep]
Expand Down

0 comments on commit 98b4fb3

Please sign in to comment.