summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-09-19 16:54:39 +0800
committerChia-I Wu <olv@lunarg.com>2010-09-19 17:29:55 +0800
commitb73cfde5ced770a5eb9e73fbf3749fc1fd4d041e (patch)
tree9425e0b2e9ba2a64fde0050f09ea70a4a3445147 /configure.ac
parentd7500ac4df4aba367a852d8823ef52689975ea6b (diff)
st/egl: Rename kms backend to drm.
The main use of the backend is to support EGL_MESA_drm_display. drm should be a better name. (cherry picked from commit e7424d72405a1cb1fb5ac625b340043aaa9f88be)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bf8feb63528..b19bf8fdf20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1363,7 +1363,7 @@ fi
AC_ARG_WITH([egl-platforms],
[AS_HELP_STRING([--with-egl-platforms@<:@=DIRS...@:>@],
[comma delimited native platforms libEGL supports, e.g.
- "x11,kms" @<:@default=auto@:>@])],
+ "x11,drm" @<:@default=auto@:>@])],
[with_egl_platforms="$withval"],
[with_egl_platforms=yes])
AC_ARG_WITH([egl-displays],