Rockchip: use libmali

This commit is contained in:
Jonas Karlman 2019-01-15 19:50:06 +01:00
parent 338ea10332
commit 47bc56e99a

View File

@ -33,7 +33,7 @@
OPENGL="no" OPENGL="no"
# OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q) # OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q)
OPENGLES="mali-rockchip" OPENGLES="libmali"
# include uvesafb support (yes / no) # include uvesafb support (yes / no)
UVESAFB_SUPPORT="no" UVESAFB_SUPPORT="no"
@ -53,7 +53,7 @@
KODI_VENDOR="rockchip" KODI_VENDOR="rockchip"
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap) # KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
KODIPLAYER_DRIVER="rkmpp" KODIPLAYER_DRIVER="$OPENGLES"
# Modules to install in initramfs for early boot # Modules to install in initramfs for early boot
INITRAMFS_MODULES="" INITRAMFS_MODULES=""