mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02: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)
|
yes)
|
||||||
if test "x$enable_egl" = xyes && test "x$mesa_driver" != xosmesa; then
|
if test "x$enable_egl" = xyes && test "x$mesa_driver" != xosmesa; then
|
||||||
EGL_PLATFORMS="x11"
|
EGL_PLATFORMS="x11"
|
||||||
|
if test "$mesa_driver" = dri; then
|
||||||
|
EGL_PLATFORMS="$EGL_PLATFORMS drm"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue