Mesa (i965g-restart): i965g: Build with configure
Jakob Bornecrantz
wallbraker at kemper.freedesktop.org
Wed Nov 4 17:26:32 PST 2009
Module: Mesa
Branch: i965g-restart
Commit: ce4f23aab9e10675a569bab92d0edcbca7399d33
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce4f23aab9e10675a569bab92d0edcbca7399d33
Author: Jakob Bornecrantz <jakob at vmware.com>
Date: Wed Nov 4 23:02:13 2009 +0000
i965g: Build with configure
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 910c0b1..11887ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1191,8 +1191,8 @@ AC_ARG_ENABLE([gallium-intel],
[enable_gallium_intel="$enableval"],
[enable_gallium_intel=yes])
if test "x$enable_gallium_intel" = xyes; then
- GALLIUM_WINSYS_DRM_DIRS="$GALLIUM_WINSYS_DRM_DIRS intel"
- GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS i915"
+ GALLIUM_WINSYS_DRM_DIRS="$GALLIUM_WINSYS_DRM_DIRS intel i965"
+ GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS i915 i965"
fi
dnl
More information about the mesa-commit
mailing list