mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 01:08:03 +02:00
configure.ac: require libdrm_amdgpu 2.4.77
The sparse buffer implementation requires amdgpu_bo_va_op_raw. Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
d5ee55f028
commit
a0970de839
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ AC_SUBST([OPENCL_VERSION])
|
|||
# in the first entry.
|
||||
LIBDRM_REQUIRED=2.4.75
|
||||
LIBDRM_RADEON_REQUIRED=2.4.71
|
||||
LIBDRM_AMDGPU_REQUIRED=2.4.76
|
||||
LIBDRM_AMDGPU_REQUIRED=2.4.77
|
||||
LIBDRM_INTEL_REQUIRED=2.4.75
|
||||
LIBDRM_NVVIEUX_REQUIRED=2.4.66
|
||||
LIBDRM_NOUVEAU_REQUIRED=2.4.66
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue