mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-23 16:00:41 +02:00
build: Require libdrm 2.4.52 for Intel.
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
5f4eed3575
commit
77425ef91a
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ AC_SUBST([OSMESA_VERSION])
|
|||
dnl Versions for external dependencies
|
||||
LIBDRM_REQUIRED=2.4.24
|
||||
LIBDRM_RADEON_REQUIRED=2.4.50
|
||||
LIBDRM_INTEL_REQUIRED=2.4.49
|
||||
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.51
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue