From 5cae1b747bf7013124c21f15c410635c16593656 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Mon, 30 Jun 2008 10:28:02 -0700 Subject: 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. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3