mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-22 11:56:21 -04:00
Added xapian as a dependency of kiwix-lib
This commit is contained in:
parent
20eb70a432
commit
4498eb2885
@ -17,7 +17,7 @@ class Kiwixlib(Dependency):
|
||||
git_dir = "kiwix-lib"
|
||||
|
||||
class Builder(MesonBuilder):
|
||||
dependencies = ["pugixml", "libzim", "zlib", "lzma", "libcurl", "libmicrohttpd", "icu4c", "mustache"]
|
||||
dependencies = ["pugixml", "libzim", "zlib", "lzma", "libcurl", "libmicrohttpd", "icu4c", "mustache", "xapian-core"]
|
||||
strip_option = ''
|
||||
|
||||
@property
|
||||
|
Loading…
x
Reference in New Issue
Block a user