Skip to content

Commit

Permalink
Requires libkiwix13+
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Nov 19, 2023
1 parent 4556262 commit 33bdf56
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 33bdf56

Please sign in to comment.