mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
configure.ac: bump libdrm_freedreno requirement
We need 2.4.57 for fd_bo_dmabuf() / fd_bo_from_dmabuf(). Signed-off-by: Rob Clark <robclark@freedesktop.org> (cherry picked from commit40aabc0e80) Emil Velikov: Required by commit2a90f0fb. Nominated-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
parent
d9e1ba575d
commit
4aafdf30ba
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ LIBDRM_RADEON_REQUIRED=2.4.56
|
|||
LIBDRM_INTEL_REQUIRED=2.4.52
|
||||
LIBDRM_NVVIEUX_REQUIRED=2.4.33
|
||||
LIBDRM_NOUVEAU_REQUIRED="2.4.33 libdrm >= 2.4.41"
|
||||
LIBDRM_FREEDRENO_REQUIRED=2.4.55
|
||||
LIBDRM_FREEDRENO_REQUIRED=2.4.57
|
||||
DRI2PROTO_REQUIRED=2.6
|
||||
DRI3PROTO_REQUIRED=1.0
|
||||
PRESENTPROTO_REQUIRED=1.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue