gallium: Disable i965simple pipe driver after it was broken

It is only the i965simple pipe driver that was broken
	in the gallium-texture-transfere merge that is being
	disabled, mothing more nothing less.

	FYI, there never where working i965 hardware support
	in gallium anyways.
This commit is contained in:
Jakob Bornecrantz 2009-02-18 16:58:24 +00:00
parent c738edcc68
commit 11eb127e47
1 changed files with 1 additions and 1 deletions

View File

@ -1118,7 +1118,7 @@ AC_ARG_ENABLE([gallium-intel],
[enable_gallium_intel=yes])
if test "x$enable_gallium_intel" = xyes; then
GALLIUM_WINSYS_DRM_DIRS="$GALLIUM_WINSYS_DRM_DIRS intel"
GALLIUM_DRIVER_DIRS="$GALLIUM_DRIVER_DIRS i915simple i965simple"
GALLIUM_DRIVER_DIRS="$GALLIUM_DRIVER_DIRS i915simple"
fi
dnl