From 4498eb2885b4552eade61b5d5ff903fa196925a3 Mon Sep 17 00:00:00 2001 From: Veloman Yunkan Date: Wed, 10 Mar 2021 18:01:21 +0400 Subject: [PATCH] Added xapian as a dependency of kiwix-lib --- kiwixbuild/dependencies/kiwix_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwixbuild/dependencies/kiwix_lib.py b/kiwixbuild/dependencies/kiwix_lib.py index 3a64f96..9964fd6 100644 --- a/kiwixbuild/dependencies/kiwix_lib.py +++ b/kiwixbuild/dependencies/kiwix_lib.py @@ -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