Rockchip: use mesa by default

This commit is contained in:
Jonas Karlman 2020-05-10 21:42:50 +00:00
parent bc55a55cbb
commit 10178defe9

View File

@ -42,7 +42,7 @@
OPENGL="no"
# OpenGL-ES implementation to use (no / libmali / mesa)
OPENGLES="${OPENGLES:-libmali}"
OPENGLES="${OPENGLES:-mesa}"
# Displayserver to use (weston / no)
DISPLAYSERVER="no"