summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/context.c')
-rw-r--r--video/out/opengl/context.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/video/out/opengl/context.c b/video/out/opengl/context.c
index a8058fb18c..a22227562a 100644
--- a/video/out/opengl/context.c
+++ b/video/out/opengl/context.c
@@ -45,6 +45,7 @@ extern const struct mpgl_driver mpgl_driver_angle;
extern const struct mpgl_driver mpgl_driver_angle_es2;
extern const struct mpgl_driver mpgl_driver_dxinterop;
extern const struct mpgl_driver mpgl_driver_rpi;
+extern const struct mpgl_driver mpgl_driver_mali;
static const struct mpgl_driver *const backends[] = {
#if HAVE_RPI
@@ -78,6 +79,9 @@ static const struct mpgl_driver *const backends[] = {
#if HAVE_EGL_DRM
&mpgl_driver_drm_egl,
#endif
+#if HAVE_MALI_FBDEV
+ &mpgl_driver_mali,
+#endif
};
// 0-terminated list of desktop GL versions a backend should try to