build-style cmake: depend only if $CHROOT_READY
This commit is contained in:
@@ -1 +1,5 @@
|
|||||||
hostmakedepends+=" cmake"
|
if [ "$CHROOT_READY" ]; then
|
||||||
|
if [[ "$hostmakedepends" != *"cmake-bootstrap"* ]]; then
|
||||||
|
hostmakedepends+=" cmake"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user