st/egl_g3d: Add support for KMS native display.

The KMS native display implements the modeset interface using DRM
modesetting.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
diff --git a/configure.ac b/configure.ac
index 8a8919b..5fea166 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1194,7 +1194,7 @@
 AC_ARG_WITH([egl-displays],
     [AS_HELP_STRING([--with-egl-displays@<:@=DIRS...@:>@],
         [comma delimited native displays libEGL supports, e.g.
-        "x11" @<:@default=auto@:>@])],
+        "x11,kms" @<:@default=auto@:>@])],
     [with_egl_displays="$withval"],
     [with_egl_displays=yes])