mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-22 11:56:21 -04:00
libzim depends on xapian
This commit is contained in:
parent
e69c98c1d3
commit
04c17e7159
@ -23,7 +23,7 @@ class Libzim(Dependency):
|
||||
@classmethod
|
||||
def get_dependencies(cls, configInfo, allDeps):
|
||||
if neutralEnv("distname") == "Windows":
|
||||
return ["zstd", "icu4c", "zim-testing-suite"]
|
||||
return ["zstd", "icu4c", "zim-testing-suite", "xapian-core"]
|
||||
deps = ["lzma", "zstd", "xapian-core", "icu4c"]
|
||||
if configInfo.name not in ("flatpak", "wasm"):
|
||||
deps.append("zim-testing-suite")
|
||||
|
Loading…
x
Reference in New Issue
Block a user