aboutsummaryrefslogtreecommitdiff
path: root/mesalib
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-03-29 15:00:12 +0200
committermarha <marha@users.sourceforge.net>2012-03-29 15:00:12 +0200
commit71225f41030ffe0ff4ee784955d9a798f0f1ad69 (patch)
tree684a138cb11dfed4cf7f6cf19d2cf028e1c152cc /mesalib
parentb34443f79b71d86320cc92f5d365cfbc61c51770 (diff)
parentecf66d49a103b87d07da8b7d0f9a3629681e6643 (diff)
downloadvcxsrv-71225f41030ffe0ff4ee784955d9a798f0f1ad69.tar.gz
vcxsrv-71225f41030ffe0ff4ee784955d9a798f0f1ad69.tar.bz2
vcxsrv-71225f41030ffe0ff4ee784955d9a798f0f1ad69.zip
Merge remote-tracking branch 'origin/released'
Diffstat (limited to 'mesalib')
-rw-r--r--mesalib/configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/mesalib/configure.ac b/mesalib/configure.ac
index ac7d49f1f..1c437e7ba 100644
--- a/mesalib/configure.ac
+++ b/mesalib/configure.ac
@@ -1844,15 +1844,12 @@ gallium_check_st() {
fi
if test "x$HAVE_ST_XVMC" = xyes && test "x$5" != x; then
GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS $5"
- NEED_G3DVL_DRI="yes"
fi
if test "x$HAVE_ST_VDPAU" = xyes && test "x$6" != x; then
GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS $6"
- NEED_G3DVL_DRI="yes"
fi
if test "x$HAVE_ST_VA" = xyes && test "x$7" != x; then
GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS $7"
- NEED_G3DVL_DRI="yes"
fi
}
@@ -1932,10 +1929,6 @@ if test "x$with_gallium_drivers" != x; then
done
fi
-if test "x$NEED_G3DVL_DRI" = xyes; then
- GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS g3dvl/dri"
-fi
-
dnl Tell Automake which drivers to build
for driver in $GALLIUM_DRIVERS_DIRS; do
case "x$driver" in