mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
debug: VDPAU support depends on X11 support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
162a6e9147
commit
c57700c72e
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user