mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
mesa: VDPAU support depends on X11 support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
95c334367d
commit
d635c271f4
@ -43,7 +43,7 @@ else
|
|||||||
MESA_GALLIUM_LLVM="--disable-gallium-llvm"
|
MESA_GALLIUM_LLVM="--disable-gallium-llvm"
|
||||||
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"
|
||||||
MESA_VDPAU="--enable-vdpau"
|
MESA_VDPAU="--enable-vdpau"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user