From: Eric Anholt Date: Mon, 3 Jan 2011 23:04:19 +0000 (-0800) Subject: intel: Bump libdrm configure.ac requirement for the gen6 BLT ring support. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd8e65888452abcc2a96a3804df14dbd41da771e;p=mesa.git intel: Bump libdrm configure.ac requirement for the gen6 BLT ring support. --- diff --git a/configure.ac b/configure.ac index b451f7cc169..1b7372c11ec 100644 --- a/configure.ac +++ b/configure.ac @@ -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