mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
kodi: VDPAU support depends on X11 support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d635c271f4
commit
302edefecc
@ -208,7 +208,7 @@ if [ ! "$KODIPLAYER_DRIVER" = default ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$VDPAU_SUPPORT" = yes ]; then
|
if [ "$VDPAU_SUPPORT" = "yes" -a "$DISPLAYSERVER" = "x11" ]; then
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libvdpau"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libvdpau"
|
||||||
KODI_VDPAU="--enable-vdpau"
|
KODI_VDPAU="--enable-vdpau"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user