mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
virtual/mediacenter: build intel-vaapi-driver if intel drivers present
This commit is contained in:
parent
1362882276
commit
a3a4d3adf8
@ -46,4 +46,9 @@ if [ "$MEDIACENTER" = "kodi" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET peripheral.joystick"
|
||||
fi
|
||||
|
||||
get_graphicdrivers
|
||||
if listcontains "$GRAPHIC_DRIVERS" "(i915|i965)"; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET intel-vaapi-driver"
|
||||
fi
|
||||
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user