53beb8fc1a
Some packages (e.g. libjxl) requires a quite recent cmake version,
that is not yet available in most distributions, especially those
LTS versions.
Currently, when we bump the minimum cmake version we require, it gets
bumped for all packages, regardless of their own minimum required
version, which means that a given configuration will trigger the
build of our host-cmake even if the packages that require it are not
enabled and those that are would be content with the system-provided
cmake.
Since host-cmake can take quite some time to build, this can get a
bit annoying to pay the price of a host-cmake build that would
otherwise not be needed.
Some packages even use an alternative build system when available
since they requires a more recent version of cmake than the our
minimum cmake version
(wpewebkit use Ninja:
|
||
---|---|---|
.. | ||
check-host-asciidoc.sh | ||
check-host-bison-flex.mk | ||
check-host-cmake.mk | ||
check-host-cmake.sh | ||
check-host-coreutils.mk | ||
check-host-coreutils.sh | ||
check-host-gzip.mk | ||
check-host-gzip.sh | ||
check-host-lzip.mk | ||
check-host-lzip.sh | ||
check-host-make.mk | ||
check-host-make.sh | ||
check-host-python3.mk | ||
check-host-python3.sh | ||
check-host-tar.mk | ||
check-host-tar.sh | ||
check-host-xzcat.mk | ||
check-host-xzcat.sh | ||
dependencies.mk | ||
dependencies.sh |