mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libva: fix install of libva-driver-intel
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
32df5b0a48
commit
b73fa805e2
@ -39,6 +39,6 @@ get_graphicdrivers
|
||||
|
||||
for drv in $GRAPHIC_DRIVERS; do
|
||||
if [ "$drv" = i965 ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS libva-drivers-intel"
|
||||
PKG_DEPENDS="$PKG_DEPENDS libva-driver-intel"
|
||||
fi
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user