2020-10-20 11:35:22 +00:00
|
|
|
if [ "$CHROOT_READY" ]; then
|
|
|
|
if [[ "$hostmakedepends" != *"cmake-bootstrap"* ]]; then
|
2021-03-17 01:11:31 +00:00
|
|
|
hostmakedepends+=" cmake"
|
|
|
|
fi
|
|
|
|
if [ "${make_cmd:-ninja}" = ninja ]; then
|
|
|
|
hostmakedepends+=" ninja"
|
2020-10-20 11:35:22 +00:00
|
|
|
fi
|
|
|
|
fi
|