debug: VDPAU support depends on X11 support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2016-03-28 11:49:13 +02:00 committed by Lukas Rusak
parent 162a6e9147
commit c57700c72e

View File

@ -35,7 +35,7 @@ PKG_AUTORECONF="no"
# configure GPU drivers and dependencies: # configure GPU drivers and dependencies:
get_graphicdrivers get_graphicdrivers
if [ "$VDPAU_SUPPORT" = "yes" ]; then if [ "$VDPAU_SUPPORT" = "yes" -a "$DISPLAYSERVER" = "x11" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET vdpauinfo" PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET vdpauinfo"
fi fi