mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
debug: install 'mrxvt' from 'xorg-server' package
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
87b7d01b7d
commit
9c9235a4a8
@ -35,6 +35,3 @@ PKG_IS_ADDON="no"
|
||||
|
||||
PKG_AUTORECONF="no"
|
||||
|
||||
if [ "$DISPLAYSERVER" = xorg-server ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS mrxvt"
|
||||
fi
|
||||
|
@ -66,3 +66,7 @@ fi
|
||||
if [ -n "$WINDOWMANAGER" -a "$WINDOWMANAGER" != "none" ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS $WINDOWMANAGER"
|
||||
fi
|
||||
|
||||
if [ "$DEVTOOLS" = yes ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS mrxvt"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user