summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFrancisco Jerez <currojerez@riseup.net>2010-02-04 22:15:22 +0100
committerFrancisco Jerez <currojerez@riseup.net>2010-02-04 22:15:22 +0100
commit5b6b67eb3ff714fbba8aed88a22a7646e1dbf655 (patch)
tree08483c937dc072aa4fab543cb16fc91d64ce2562 /configure.ac
parentbfb5dc68fcc9f5dee71f66d9499b8bdcde9627ea (diff)
Nuke the nv0x-nv2x gallium pipe drivers.
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 16d315e13a..50feac4af3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1319,7 +1319,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