samsung: switch Exynos to mesa/panfrost

This commit is contained in:
Christian Hewitt 2021-08-27 14:12:56 +00:00
parent 49897223fd
commit baa9cffdb6

View File

@ -13,10 +13,10 @@
esac esac
# OpenGL-ES implementation to use # OpenGL-ES implementation to use
OPENGLES="libmali" OPENGLES="mesa"
# Graphic drivers to use # Graphic drivers to use
GRAPHIC_DRIVERS="mali" GRAPHIC_DRIVERS="panfrost"
# KODI Player implementation to use # KODI Player implementation to use
KODIPLAYER_DRIVER="$OPENGLES" KODIPLAYER_DRIVER="$OPENGLES"