mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
i965: Bump libdrm requirement
drm_intel_get_reset_stats is only available in libdrm-2.4.48, and libdrm-2.4.49 contains an important bug fix in that function. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Cc: "10.0" <mesa-stable@lists.freedesktop.org>
This commit is contained in:
parent
97851145bc
commit
cb728bb028
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.49
|
||||
LIBDRM_INTEL_REQUIRED=2.4.38
|
||||
LIBDRM_INTEL_REQUIRED=2.4.49
|
||||
LIBDRM_NVVIEUX_REQUIRED=2.4.33
|
||||
LIBDRM_NOUVEAU_REQUIRED="2.4.33 libdrm >= 2.4.41"
|
||||
LIBDRM_FREEDRENO_REQUIRED=2.4.39
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue