Mesa (master): configure.ac: add radeonsi to --with-gallium-drivers help string

Michel Dänzer daenzer at kemper.freedesktop.org
Tue Aug 28 15:43:18 UTC 2012


Module: Mesa
Branch: master
Commit: 17f09b664b9234faf9953c5c9b969656a7e3b3d2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=17f09b664b9234faf9953c5c9b969656a7e3b3d2

Author: Andreas Boll <andreas.boll.dev at gmail.com>
Date:   Tue Aug 28 17:28:19 2012 +0200

configure.ac: add radeonsi to --with-gallium-drivers help string

the help string is used by ./configure --help

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

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index c30bcf0..0052918 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"])




More information about the mesa-commit mailing list