Added xapian as a dependency of kiwix-lib

This commit is contained in:
Veloman Yunkan 2021-03-10 18:01:21 +04:00
parent 20eb70a432
commit 4498eb2885
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class Kiwixlib(Dependency):
git_dir = "kiwix-lib" git_dir = "kiwix-lib"
class Builder(MesonBuilder): 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 = '' strip_option = ''
@property @property