projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc8509b
)
configure.ac: add radeonsi to --with-gallium-drivers help string
author
Andreas Boll
<andreas.boll.dev@gmail.com>
Tue, 28 Aug 2012 15:28:19 +0000
(17:28 +0200)
committer
Michel Dänzer
<michel.daenzer@amd.com>
Tue, 28 Aug 2012 15:35:36 +0000
(17:35 +0200)
the help string is used by ./configure --help
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index c30bcf05c5a3d10809e6b5541041b1a47c1e3768..0052918c489a52b7372a93c0cae04f9d4461dfd2 100644
(file)
--- 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"])