summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-02-05 09:50:21 +0000
committerKeith Whitwell <keithw@vmware.com>2010-02-05 09:50:21 +0000
commitc036d13d7d2cc905226fe53ebd86a18da808963f (patch)
tree1520a41a750b3a2a2685c3d7f46e87f921ad7b83 /configure.ac
parent69f20294cd8bed52e4a9b648158423c5f0754941 (diff)
parent5b6b67eb3ff714fbba8aed88a22a7646e1dbf655 (diff)
Merge commit 'fj/mesa-next'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b6f71f9043..af5a5fdc4b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1324,7 +1324,7 @@ AC_ARG_ENABLE([gallium-nouveau],
[enable_gallium_nouveau=no])
if test "x$enable_gallium_nouveau" = xyes; then
GALLIUM_WINSYS_DRM_DIRS="$GALLIUM_WINSYS_DRM_DIRS nouveau"
- GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS nouveau nv04 nv10 nv20 nv30 nv40 nv50"
+ GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS nouveau nv30 nv40 nv50"
fi
dnl