summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Balling Sørensen <tball@tball-laptop.(none)>2010-10-28 13:40:59 +0200
committerThomas Balling Sørensen <tball@tball-laptop.(none)>2010-10-28 13:40:59 +0200
commita565f58edaad646942f2174e66ef1343f56ae679 (patch)
treecfbfb0e18f0e91af8201fe669c9963e5a6fd9727 /configure.ac
parent3fac09ad873b8a5239f84d07dc12e8b08a117561 (diff)
downloadexternal_mesa3d-a565f58edaad646942f2174e66ef1343f56ae679.zip
external_mesa3d-a565f58edaad646942f2174e66ef1343f56ae679.tar.gz
external_mesa3d-a565f58edaad646942f2174e66ef1343f56ae679.tar.bz2
vl: enable target va-r600
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index eac293f..8544c5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1590,7 +1590,7 @@ AC_ARG_ENABLE([gallium-r600],
if test "x$enable_gallium_r600" = xyes; then
if test "x$HAVE_LIBDRM_RADEON" = xyes; then
GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS r600"
- gallium_check_st "r600/drm" "dri-r600" "xvmc-r600"
+ gallium_check_st "r600/drm" "dri-r600" "xvmc-r600" "va-r600"
else
AC_MSG_ERROR([libdrm_radeon is missing, cannot build gallium-r600])
fi