We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4556262 + 33bdf56 commit 98b4fb3Copy full SHA for 98b4fb3
meson.build
@@ -16,7 +16,7 @@ if static_linkage
16
endif
17
18
thread_dep = dependency('threads')
19
-kiwixlib_dep = dependency('kiwix', version:'>=12.0.0', static:static_linkage)
+kiwixlib_dep = dependency('kiwix', version:'>=13.0.0', static:static_linkage)
20
libzim_dep = dependency('libzim', version:'>=8.1.0', static:static_linkage)
21
22
all_deps = [thread_dep, kiwixlib_dep, libzim_dep]
0 commit comments