mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
libzim depends on xapian
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user