mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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:
parent
74156da7dc
commit
2e3d9d2c80
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user