Requires libkiwix13+

This commit is contained in:
Emmanuel Engelhart 2023-11-19 14:16:05 +01:00
parent 4556262c87
commit 33bdf56bdd
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

View File

@ -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]