Update depenedency version of kiwix-lib.

This commit is contained in:
Matthieu Gautier 2018-04-23 19:22:06 +02:00
parent c265eb8b24
commit 3ad50ccf17

View File

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