summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorYounes Manton <[email protected]>2010-05-08 20:11:29 -0400
committerYounes Manton <[email protected]>2010-05-08 20:11:29 -0400
commit2c29a93e875dd96fb08c65ec659efc3eb2d5c15e (patch)
tree5c76c2b23e44a68da14d983431dbe152c894622d /configure.ac
parentfa3f0c832cd464c40157f35a61d47a8a618f70d8 (diff)
vl: Get softpipe building again.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 1 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index d54f7e555f6..7062817ea1c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1442,16 +1442,7 @@ AC_ARG_ENABLE([gallium-g3dvl],
[enable_gallium_g3dvl="$enableval"],
[enable_gallium_g3dvl=no])
if test "x$enable_gallium_g3dvl" = xyes; then
- vl_winsys_dirs=""
- for dir in $GALLIUM_WINSYS_DIRS; do
- vl_winsys_dirs="$vl_winsys_dirs g3dvl/$dir"
- done
- # Hack, g3dvl dri state tracker is in winsys/g3dvl/dri
- # and needs to be built before the drm bits
- if test "$mesa_driver" = dri; then
- vl_winsys_dirs="g3dvl/dri $vl_winsys_dirs"
- fi
- GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS $vl_winsys_dirs"
+ GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS xvmc-softpipe"
fi
dnl