projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37c6820
)
i965g: Build with configure
author
Jakob Bornecrantz
<jakob@vmware.com>
Wed, 4 Nov 2009 23:02:13 +0000
(23:02 +0000)
committer
Jakob Bornecrantz
<jakob@vmware.com>
Thu, 5 Nov 2009 01:22:10 +0000
(
01:22
+0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 910c0b1a4b88dea5c2e9c8c1aa55a0feb03b4150..11887edc5226cbb5f9c6252db05b9344b2ee4d28 100644
(file)
--- 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