debug: install 'mrxvt' from 'xorg-server' package

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-01-30 01:01:09 +01:00
parent 87b7d01b7d
commit 9c9235a4a8
2 changed files with 4 additions and 3 deletions

View File

@ -35,6 +35,3 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
if [ "$DISPLAYSERVER" = xorg-server ]; then
PKG_DEPENDS="$PKG_DEPENDS mrxvt"
fi

View File

@ -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