diff options
author | Eric Anholt <[email protected]> | 2011-01-03 15:04:19 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-01-03 15:04:19 -0800 |
commit | bd8e65888452abcc2a96a3804df14dbd41da771e (patch) | |
tree | 97ce5b73e502ebfbb895a4b38a9cacf9ea388c3b /configure.ac | |
parent | 30fef21aa34667d332669f1445de74b49994eb0e (diff) |
intel: Bump libdrm configure.ac requirement for the gen6 BLT ring support.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |