diff options
author | Jakob Bornecrantz <wallbraker@gmail.com> | 2010-04-17 15:17:33 +0100 |
---|---|---|
committer | Jakob Bornecrantz <wallbraker@gmail.com> | 2010-04-17 21:13:23 +0100 |
commit | 44bafca1a0b1e9bf06e05a3ec982e0feab5ada47 (patch) | |
tree | 2b1c11f7acb9a39c3e17ffe14784a8d968db530a /configure.ac | |
parent | 3e3d6864da093a99bad282e78945a1b1c4503ca4 (diff) |
i915g: Add a software only debuging winsys
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5647442ea1..0e77707433 100644 --- a/configure.ac +++ b/configure.ac @@ -1359,9 +1359,11 @@ AC_ARG_ENABLE([gallium-intel], [enable_gallium_intel="$enableval"], [enable_gallium_intel=auto]) if test "x$enable_gallium_intel" = xyes; then + GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS i915/sw" GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS i915 i965" gallium_check_st "i915/drm i965/drm" "dri-i915 dri-i965" "egl-i915 egl-i965" "xorg-i915 xorg-i965" elif test "x$enable_gallium_intel" = xauto; then + GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS i915/sw" GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS i915 i965" fi |