summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-02-01 22:30:23 +0000
committerEmil Velikov <[email protected]>2017-02-07 11:14:09 +0000
commit9d5b681a11320757450e275e7efbafd47f4bcca5 (patch)
tree711fa303a7f793ab98bd569dba853fefdc6d0c43
parent21efe2528cd88cb09ba9f69222f69a8ee47611c9 (diff)
configure.ac: list all the dri-drivers in the help string
It's unlikely that any of the additions come as a suprise to anyone i915, nouveau, radeon, r200. Regardless, state clearly what's available. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Andres Gomez <[email protected]> Reviewed-by: Chad Versace <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7cb2c40778e..0addfd5992b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1621,7 +1621,7 @@ dnl Which drivers to build - default is chosen by platform
AC_ARG_WITH([dri-drivers],
[AS_HELP_STRING([--with-dri-drivers@<:@=DIRS...@:>@],
[comma delimited classic DRI drivers list, e.g.
- "swrast,i965,radeon" @<:@default=auto@:>@])],
+ "i915,i965,nouveau,radeon,r200,swrast" @<:@default=auto@:>@])],
[with_dri_drivers="$withval"],
[with_dri_drivers=auto])