Mesa (master): Remove stale reference to non-Gallium nouveau driver from configure.ac.

Brian Paul brianp at kemper.freedesktop.org
Mon Jul 13 14:53:28 UTC 2009


Module: Mesa
Branch: master
Commit: cade071d525f71069f635fd0b705e64d897b32c4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cade071d525f71069f635fd0b705e64d897b32c4

Author: Michel Dänzer <daenzer at vmware.com>
Date:   Fri Jul 10 14:49:46 2009 +0200

Remove stale reference to non-Gallium nouveau driver from configure.ac.

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2a9ac1e..f1ff3d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -642,7 +642,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 DRI drivers list, e.g.
-        "swrast,i965,radeon,nouveau" @<:@default=auto@:>@])],
+        "swrast,i965,radeon" @<:@default=auto@:>@])],
     [with_dri_drivers="$withval"],
     [with_dri_drivers=yes])
 if test "x$with_dri_drivers" = x; then




More information about the mesa-commit mailing list