build-style/cmake: only depends on cmake for non-cmake package
* In the next change, we will remove it from cmake template entirely
This commit is contained in:

committed by
Đoàn Trần Công Danh

parent
6027990b48
commit
a653676c88
@@ -1,5 +1,7 @@
|
||||
if [ "$CHROOT_READY" ]; then
|
||||
hostmakedepends+=" cmake"
|
||||
if [ "$pkgname" != cmake ]; then
|
||||
hostmakedepends+=" cmake"
|
||||
fi
|
||||
if [ "${make_cmd:-ninja}" = ninja ]; then
|
||||
hostmakedepends+=" ninja"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user