egl: Enable drm platform by default.

This enables EGL_MESA_drm_display for st/egl in the default setup.
This commit is contained in:
Chia-I Wu 2010-09-19 17:31:34 +08:00
parent e4513e7fb9
commit 2a910b3396

View File

@ -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
;;
*)