mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
configure.ac: require libdrm_radeon 2.4.53
We need latest radeon_drm.h.
This commit is contained in:
parent
3b0b44f7de
commit
8291f6d5c5
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ AC_SUBST([OSMESA_VERSION])
|
|||
|
||||
dnl Versions for external dependencies
|
||||
LIBDRM_REQUIRED=2.4.38
|
||||
LIBDRM_RADEON_REQUIRED=2.4.50
|
||||
LIBDRM_RADEON_REQUIRED=2.4.53
|
||||
LIBDRM_INTEL_REQUIRED=2.4.52
|
||||
LIBDRM_NVVIEUX_REQUIRED=2.4.33
|
||||
LIBDRM_NOUVEAU_REQUIRED="2.4.33 libdrm >= 2.4.41"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue