From 17f09b664b9234faf9953c5c9b969656a7e3b3d2 Mon Sep 17 00:00:00 2001 From: Andreas Boll Date: Tue, 28 Aug 2012 17:28:19 +0200 Subject: [PATCH] configure.ac: add radeonsi to --with-gallium-drivers help string MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit the help string is used by ./configure --help Signed-off-by: Michel Dänzer --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]) -- 2.30.2