mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-06-27 17:00:36 -04:00
libkiwix now identifies itself as libkiwix
This commit is contained in:
parent
5e222b3f0b
commit
3599e8476d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue