mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
[g3dvl] fix configure.ac for r600 video targets
This commit is contained in:
parent
f08d3bb59b
commit
f65cdb9ea5
1 changed files with 1 additions and 1 deletions
|
|
@ -1782,7 +1782,7 @@ AC_ARG_ENABLE([gallium-r600],
|
|||
[enable_gallium_r600=auto])
|
||||
if test "x$enable_gallium_r600" = xyes; then
|
||||
GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS r600"
|
||||
gallium_check_st "r600/drm" "dri-r600" "xvmc-r600" "vdpau-r600"
|
||||
gallium_check_st "r600/drm" "dri-r600" "" "xvmc-r600" "vdpau-r600" "va-r600"
|
||||
fi
|
||||
|
||||
dnl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue