Mesa (master): intel: Bump libdrm configure. ac requirement for the gen6 BLT ring support.

Eric Anholt anholt at kemper.freedesktop.org
Mon Jan 3 23:04:43 UTC 2011


Module: Mesa
Branch: master
Commit: bd8e65888452abcc2a96a3804df14dbd41da771e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd8e65888452abcc2a96a3804df14dbd41da771e

Author: Eric Anholt <eric at anholt.net>
Date:   Mon Jan  3 15:04:19 2011 -0800

intel: Bump libdrm configure.ac requirement for the gen6 BLT ring support.

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index b451f7c..1b7372c 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
 




More information about the mesa-commit mailing list