build-style/cmake: always depends on cmake in host
All packages that build with cmake build-style switched from cmake-bootstrap to cmake. Remove the conditional.
This commit is contained in:
parent
60e47b061a
commit
c310295bfe
|
@ -1,7 +1,5 @@
|
||||||
if [ "$CHROOT_READY" ]; then
|
if [ "$CHROOT_READY" ]; then
|
||||||
if [[ "$hostmakedepends" != *"cmake-bootstrap"* ]]; then
|
hostmakedepends+=" cmake"
|
||||||
hostmakedepends+=" cmake"
|
|
||||||
fi
|
|
||||||
if [ "${make_cmd:-ninja}" = ninja ]; then
|
if [ "${make_cmd:-ninja}" = ninja ]; then
|
||||||
hostmakedepends+=" ninja"
|
hostmakedepends+=" ninja"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue