RPi: switch kodi to default/gbm

Also drop RPi4 options that are now in RPi project.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-01-25 11:08:48 +01:00
parent 74156da7dc
commit 2e3d9d2c80
2 changed files with 3 additions and 8 deletions

View File

@ -10,8 +10,3 @@
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
FIRMWARE="${FIRMWARE} rpi-eeprom"
OPENGLES="mesa"
GRAPHIC_DRIVERS="vc4"
KODIPLAYER_DRIVER="mesa"
KODI_VENDOR="default"

View File

@ -74,7 +74,7 @@
OPENGL="no"
# OpenGL-ES implementation to use (no / bcm2835-driver / mesa)
OPENGLES="bcm2835-driver"
OPENGLES="mesa"
# Displayserver to use (x11 / no)
DISPLAYSERVER="no"
@ -85,13 +85,13 @@
# Xorg Graphic drivers to use (all / vc4 / none)
# Space separated list is supported,
# e.g. GRAPHIC_DRIVERS="vc4"
GRAPHIC_DRIVERS=""
GRAPHIC_DRIVERS="vc4"
# Use a vendor specific KODI repo
KODI_VENDOR="default"
# KODI Player implementation to use (default / bcm2835-driver / mesa)
KODIPLAYER_DRIVER="bcm2835-driver"
KODIPLAYER_DRIVER="mesa"
# use the kernel CEC framework for libcec (yes / no)
CEC_FRAMEWORK_SUPPORT="yes"