mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libva: remove unneeded glu dependency
This commit is contained in:
parent
3e06e8a88a
commit
b9db221025
@ -29,7 +29,7 @@ PKG_LONGDESC="Libva is an open source software library and API specification to
|
||||
PKG_AUTORECONF="yes"
|
||||
|
||||
if [ "$DISPLAYSERVER" = "x11" ]; then
|
||||
PKG_DEPENDS_TARGET="toolchain libX11 libXext libXfixes libdrm mesa glu"
|
||||
PKG_DEPENDS_TARGET="toolchain libX11 libXext libXfixes libdrm mesa"
|
||||
DISPLAYSERVER_LIBVA="--enable-x11 --enable-glx"
|
||||
else
|
||||
PKG_DEPENDS_TARGET="toolchain libdrm"
|
||||
|
Loading…
x
Reference in New Issue
Block a user