mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
egl: Enable drm platform by default.
This enables EGL_MESA_drm_display for st/egl in the default setup.
This commit is contained in:
parent
e4513e7fb9
commit
2a910b3396
1 changed files with 3 additions and 0 deletions
|
|
@ -1376,6 +1376,9 @@ case "$with_egl_platforms" in
|
|||
yes)
|
||||
if test "x$enable_egl" = xyes && test "x$mesa_driver" != xosmesa; then
|
||||
EGL_PLATFORMS="x11"
|
||||
if test "$mesa_driver" = dri; then
|
||||
EGL_PLATFORMS="$EGL_PLATFORMS drm"
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue