mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Libzim depends of zim-testing-suite.
This commit is contained in:
@ -14,7 +14,7 @@ class AllBaseDependencies(Dependency):
|
||||
@classmethod
|
||||
def get_dependencies(cls, configInfo, allDeps):
|
||||
if neutralEnv("distname") == "Windows":
|
||||
return ["zlib", "zstd", "icu4c"]
|
||||
return ["zlib", "zstd", "icu4c", "zim-testing-suite"]
|
||||
if configInfo.build == "wasm" or environ.get("OS_NAME") == "bionic":
|
||||
return ["zlib", "lzma", "zstd", "icu4c", "xapian-core"]
|
||||
|
||||
|
@ -23,7 +23,7 @@ class Libzim(Dependency):
|
||||
@classmethod
|
||||
def get_dependencies(cls, configInfo, allDeps):
|
||||
if neutralEnv("distname") == "Windows":
|
||||
return ["zstd", "icu4c"]
|
||||
return ["zstd", "icu4c", "zim-testing-suite"]
|
||||
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