mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
system-tools: Include "st" only for Generic X11
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user