RPi/Rockchip: temporarily disable Kodi vendor trees

This commit is contained in:
MilhouseVH 2019-10-29 12:35:26 +00:00
parent 5bdcf282f3
commit 83e2eb360e
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@
GRAPHIC_DRIVERS=""
# Use a vendor specific KODI repo
KODI_VENDOR="raspberrypi"
# KODI_VENDOR="raspberrypi"
# KODI Player implementation to use (default / bcm2835-driver / mesa)
KODIPLAYER_DRIVER="bcm2835-driver"

View File

@ -47,7 +47,7 @@
GRAPHIC_DRIVERS=""
# Use a vendor specific KODI repo
KODI_VENDOR="rockchip"
# KODI_VENDOR="rockchip"
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
KODIPLAYER_DRIVER="$OPENGLES"