mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 04:25:38 -04:00
Merge pull request #479 from kiwix/kiwix-lib_requires_xapian
Added xapian as a dependency of kiwix-lib
This commit is contained in:
commit
b5ff96b53c
@ -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