mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
system-tools: Include "st" only for Generic X11
This commit is contained in:
parent
0ab0e60d69
commit
63c3c08097
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user