system-tools: Include "st" only for Generic X11

This commit is contained in:
mglae 2022-03-20 11:49:11 +01:00 committed by Rudi Heitbaum
parent 0ab0e60d69
commit 63c3c08097

View File

@ -54,7 +54,10 @@ PKG_DEPENDS_TARGET="toolchain \
vim"
if [ "${TARGET_ARCH}" = "x86_64" ]; then
PKG_DEPENDS_TARGET+=" efibootmgr st"
PKG_DEPENDS_TARGET+=" efibootmgr"
if [ "${DEVICE}" = "x11" -o "${DEVICE}" = "Generic-legacy" ]; then
PKG_DEPENDS_TARGET+=" st"
fi
fi
addon() {