Update depenedency version of kiwix-lib.

pull/185/head
Matthieu Gautier 8 years ago
parent c265eb8b24
commit 3ad50ccf17

@ -11,7 +11,7 @@ if static_linkage
endif
thread_dep = dependency('threads')
kiwixlib_dep = dependency('kiwix', version:'>=1.0.0', static:static_linkage)
kiwixlib_dep = dependency('kiwix', version:'>=2.0.0', static:static_linkage)
microhttpd_dep = dependency('libmicrohttpd', static:static_linkage)
z_dep = dependency('zlib', static:static_linkage)

Loading…
Cancel
Save