diff options
author | Jakob Bornecrantz <[email protected]> | 2009-11-04 23:02:13 +0000 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-11-05 01:22:10 +0000 |
commit | ce4f23aab9e10675a569bab92d0edcbca7399d33 (patch) | |
tree | ef360f35c8d8cc8a4f62edcc886cf84916f4161e /configure.ac | |
parent | 37c6820d0d60046e811a723201e4129acba2707a (diff) |
i965g: Build with configure
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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 |