mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libva: remove mesa dependency and disable glx (we only use egl)
This commit is contained in:
parent
a3a4d3adf8
commit
b2979f7714
@ -29,11 +29,11 @@ PKG_LONGDESC="Libva is an open source software library and API specification to
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
|
||||
if [ "$DISPLAYSERVER" = "x11" ]; then
|
||||
PKG_DEPENDS_TARGET="toolchain libX11 libXext libXfixes libdrm mesa"
|
||||
DISPLAYSERVER_LIBVA="--enable-x11 --enable-glx --disable-wayland"
|
||||
PKG_DEPENDS_TARGET="toolchain libX11 libXext libXfixes libdrm"
|
||||
DISPLAYSERVER_LIBVA="--enable-x11 --disable-glx --disable-wayland"
|
||||
elif [ "$DISPLAYSERVER" = "weston" ]; then
|
||||
DISPLAYSERVER_LIBVA="--disable-x11 --disable-glx --enable-wayland"
|
||||
PKG_DEPENDS_TARGET="toolchain libdrm mesa wayland"
|
||||
PKG_DEPENDS_TARGET="toolchain libdrm wayland"
|
||||
else
|
||||
PKG_DEPENDS_TARGET="toolchain libdrm"
|
||||
DISPLAYSERVER_LIBVA="--disable-x11 --disable-glx --disable-wayland"
|
||||
|
Loading…
x
Reference in New Issue
Block a user