mirror of https://github.com/kiwix/libkiwix.git
kiwix-lib needs libzim>=3.3.0
This commit is contained in:
parent
59661626e9
commit
e216c44034
|
@ -10,7 +10,7 @@ static_deps = get_option('android') or get_option('default_library') == 'static'
|
||||||
|
|
||||||
thread_dep = dependency('threads')
|
thread_dep = dependency('threads')
|
||||||
libicu_dep = dependency('icu-i18n', static:static_deps)
|
libicu_dep = dependency('icu-i18n', static:static_deps)
|
||||||
libzim_dep = dependency('libzim', version : '>=3.2.0', static:static_deps)
|
libzim_dep = dependency('libzim', version : '>=3.3.0', static:static_deps)
|
||||||
pugixml_dep = dependency('pugixml', static:static_deps)
|
pugixml_dep = dependency('pugixml', static:static_deps)
|
||||||
libaria2_dep = dependency('libaria2', static:static_deps)
|
libaria2_dep = dependency('libaria2', static:static_deps)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue