From: Andreas Boll Date: Tue, 28 Aug 2012 15:28:19 +0000 (+0200) Subject: configure.ac: add radeonsi to --with-gallium-drivers help string X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=17f09b664b9234faf9953c5c9b969656a7e3b3d2;p=mesa.git configure.ac: add radeonsi to --with-gallium-drivers help string the help string is used by ./configure --help Signed-off-by: Michel Dänzer --- diff --git a/configure.ac b/configure.ac index c30bcf05c5a..0052918c489 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"])