diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2008-06-30 10:28:02 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2008-06-30 11:16:09 -0700 |
commit | 5cae1b747bf7013124c21f15c410635c16593656 (patch) | |
tree | eec40767e72005f487244bc90a0c2cb55e3aea1a /configure.ac | |
parent | bb1744970d74432692f2e109fca1dc31593605af (diff) |
autoconf: Improve the visibility of the swrast DRI driver
Improve the --with-dri-drivers help text so that users are aware that
they should install the swrast DRI driver.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e44f619a75..f15d9ff94a 100644 --- a/configure.ac +++ b/configure.ac @@ -604,7 +604,8 @@ fi dnl Which drivers to build - default is chosen by platform AC_ARG_WITH([dri-drivers], [AS_HELP_STRING([--with-dri-drivers@<:@=DIRS...@:>@], - [comma delimited DRI drivers, e.g. "i965,radeon,nouveau" @<:@default=auto@:>@])], + [comma delimited DRI drivers list, e.g. + "swrast,i965,radeon,nouveau" @<:@default=auto@:>@])], [with_dri_drivers="$withval"], [with_dri_drivers=yes]) if test "x$with_dri_drivers" = x; then |