summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-11-04 23:02:13 +0000
committerJakob Bornecrantz <jakob@vmware.com>2009-11-05 01:22:10 +0000
commitce4f23aab9e10675a569bab92d0edcbca7399d33 (patch)
treeef360f35c8d8cc8a4f62edcc886cf84916f4161e
parent37c6820d0d60046e811a723201e4129acba2707a (diff)
i965g: Build with configure
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 910c0b1a4b8..11887edc522 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