configure.ac: list all the dri-drivers in the help string
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 1 Feb 2017 22:30:23 +0000 (22:30 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 7 Feb 2017 11:14:09 +0000 (11:14 +0000)
It's unlikely that any of the additions come as a suprise to anyone
i915, nouveau, radeon, r200. Regardless, state clearly what's
available.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Chad Versace <chadversary@chromium.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
configure.ac

index 7cb2c40778e72f5f570f8d10d0589913080190c4..0addfd5992bdcc680c556fb943a82c2bfef79b3f 100644 (file)
@@ -1621,7 +1621,7 @@ dnl Which drivers to build - default is chosen by platform
 AC_ARG_WITH([dri-drivers],
     [AS_HELP_STRING([--with-dri-drivers@<:@=DIRS...@:>@],
         [comma delimited classic DRI drivers list, e.g.
-        "swrast,i965,radeon" @<:@default=auto@:>@])],
+        "i915,i965,nouveau,radeon,r200,swrast" @<:@default=auto@:>@])],
     [with_dri_drivers="$withval"],
     [with_dri_drivers=auto])