OSDN Git Service

intel: Bump libdrm configure.ac requirement for the gen6 BLT ring support.
authorEric Anholt <eric@anholt.net>
Mon, 3 Jan 2011 23:04:19 +0000 (15:04 -0800)
committerEric Anholt <eric@anholt.net>
Mon, 3 Jan 2011 23:04:19 +0000 (15:04 -0800)
configure.ac

index b451f7c..1b7372c 100644 (file)
@@ -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