mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-23 03:52:35 -04:00
Merge pull request #649 from kiwix/need-libkiwix-13
Requires libkiwix13+
This commit is contained in:
commit
98b4fb3cdf
@ -16,7 +16,7 @@ if static_linkage
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
thread_dep = dependency('threads')
|
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)
|
libzim_dep = dependency('libzim', version:'>=8.1.0', static:static_linkage)
|
||||||
|
|
||||||
all_deps = [thread_dep, kiwixlib_dep, libzim_dep]
|
all_deps = [thread_dep, kiwixlib_dep, libzim_dep]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user