configure.ac: add radeonsi to --with-gallium-drivers help string
authorAndreas Boll <andreas.boll.dev@gmail.com>
Tue, 28 Aug 2012 15:28:19 +0000 (17:28 +0200)
committerMichel Dänzer <michel.daenzer@amd.com>
Tue, 28 Aug 2012 15:35:36 +0000 (17:35 +0200)
the help string is used by ./configure --help

Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
configure.ac

index c30bcf05c5a3d10809e6b5541041b1a47c1e3768..0052918c489a52b7372a93c0cae04f9d4461dfd2 100644 (file)
@@ -644,7 +644,7 @@ GALLIUM_DRIVERS_DEFAULT="r300,r600,svga,swrast"
 AC_ARG_WITH([gallium-drivers],
     [AS_HELP_STRING([--with-gallium-drivers@<:@=DIRS...@:>@],
         [comma delimited Gallium drivers list, e.g.
-        "i915,nouveau,r300,r600,svga,swrast"
+        "i915,nouveau,r300,r600,radeonsi,svga,swrast"
         @<:@default=r300,r600,swrast@:>@])],
     [with_gallium_drivers="$withval"],
     [with_gallium_drivers="$GALLIUM_DRIVERS_DEFAULT"])