Skip to content

Commit

Permalink
Merge pull request #707 from kiwix/kiwix2libkiwix_transition
Browse files Browse the repository at this point in the history
libkiwix now identifies itself as libkiwix
  • Loading branch information
kelson42 authored Sep 19, 2024
2 parents 5e222b3 + 3599e84 commit 7512611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7512611

Please sign in to comment.