summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2008-06-30 10:28:02 -0700
committerDan Nicholson <dbn.lists@gmail.com>2008-06-30 11:16:09 -0700
commit5cae1b747bf7013124c21f15c410635c16593656 (patch)
treeeec40767e72005f487244bc90a0c2cb55e3aea1a /configure.ac
parentbb1744970d74432692f2e109fca1dc31593605af (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.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e44f619a751..f15d9ff94a6 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