mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
debug: install mrxvt only if we use Xorg
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e8183c77c3
commit
4d361b12b1
@ -25,7 +25,7 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.openelec.tv"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS="strace gdb tvdump mrxvt"
|
||||
PKG_DEPENDS="strace gdb tvdump"
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="debug"
|
||||
@ -38,3 +38,7 @@ PKG_AUTORECONF="no"
|
||||
if [ "$OPENGL" = Mesa ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS mesa-demos"
|
||||
fi
|
||||
|
||||
if [ "$DISPLAYMANAGER" = xorg-server ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS mrxvt"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user