From e94b4dd4f0c7f2e199e4fb2d1b81ac818d0d6078 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Wed, 11 Feb 2009 02:25:10 +0100 Subject: gallium: Disable nouveau by default Most piep drivers should be able to build by default, but since the nouveau ones depend drm they can't be enabled by default. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 451902dd38..d94cfd26fc 100644 --- a/configure.ac +++ b/configure.ac @@ -427,7 +427,7 @@ dri) DRIVER_DIRS="" WINDOW_SYSTEM="dri" GALLIUM_WINSYS_DIRS="drm $GALLIUM_WINSYS_DIRS" - GALLIUM_DRIVER_DIRS="$GALLIUM_DRIVER_DIRS i915simple i965simple nv04 nv10 nv20 nv30 nv40 nv50" + GALLIUM_DRIVER_DIRS="$GALLIUM_DRIVER_DIRS i915simple i965simple" ;; osmesa) DRIVER_DIRS="osmesa" -- cgit v1.2.3