[Mesa-dev] [PATCH 1/2] configure.ac: add radeonsi to --with-gallium-drivers help string
Andreas Boll
andreas.boll.dev at gmail.com
Tue Aug 28 08:28:19 PDT 2012
the help string is used by ./configure --help
---
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"])
--
1.7.4.1
More information about the mesa-dev
mailing list