mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-08-03 03:15:59 -04:00
libkiwix now identifies itself as libkiwix
This commit is contained in:
parent
5e222b3f0b
commit
3599e8476d
@ -21,7 +21,7 @@ endif
|
||||
|
||||
thread_dep = dependency('threads')
|
||||
libzim_dep = dependency('libzim', version:['>=9.0.0', '<10.0.0'], static:static_linkage)
|
||||
libkiwix_dep = dependency('kiwix', version:['>=14.0.0', '<15.0.0'], static:static_linkage)
|
||||
libkiwix_dep = dependency('libkiwix', version:['>=14.0.0', '<15.0.0'], static:static_linkage)
|
||||
libdocopt_dep = dependency('docopt', static:static_linkage)
|
||||
|
||||
all_deps = [thread_dep, libkiwix_dep, libzim_dep, libdocopt_dep]
|
||||
|
Loading…
x
Reference in New Issue
Block a user