diff options
author | Andreas Boll <[email protected]> | 2012-08-28 17:28:19 +0200 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2012-08-28 17:35:36 +0200 |
commit | 17f09b664b9234faf9953c5c9b969656a7e3b3d2 (patch) | |
tree | a3e96246c6d893eb50d59069d2091a38abd90a30 /configure.ac | |
parent | bc8509b43b591796fa7c3b7a7497053eb298dc8b (diff) |
configure.ac: add radeonsi to --with-gallium-drivers help string
the help string is used by ./configure --help
Signed-off-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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"]) |