diff options
author | Chia-I Wu <[email protected]> | 2010-01-03 19:24:04 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-01-12 11:09:00 +0800 |
commit | a68b51deb2ea4f3cb51f2753b1b879e5677db225 (patch) | |
tree | fa63928ef324c0e0de92f90b1a4484fcbd9c234d /configure.ac | |
parent | 2dcdf19ee3a19fb41005d53f0dbc6e8a3970a8b6 (diff) |
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 <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8a8919b1373..5fea166c67b 100644 --- a/configure.ac +++ b/configure.ac @@ -1194,7 +1194,7 @@ esac 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]) |