mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 15:50:17 +01:00
intel: Bump libdrm configure.ac requirement for the gen6 BLT ring support.
This commit is contained in:
parent
30fef21aa3
commit
bd8e658884
1 changed files with 1 additions and 1 deletions
|
|
@ -972,7 +972,7 @@ AC_SUBST([DRI_LIB_DEPS])
|
|||
|
||||
case $DRI_DIRS in
|
||||
*i915*|*i965*)
|
||||
PKG_CHECK_MODULES([INTEL], [libdrm_intel >= 2.4.21])
|
||||
PKG_CHECK_MODULES([INTEL], [libdrm_intel >= 2.4.23])
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue