projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30fef21
)
intel: Bump libdrm configure.ac requirement for the gen6 BLT ring support.
author
Eric Anholt
<eric@anholt.net>
Mon, 3 Jan 2011 23:04:19 +0000
(15:04 -0800)
committer
Eric Anholt
<eric@anholt.net>
Mon, 3 Jan 2011 23:04:19 +0000
(15:04 -0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index b451f7cc169e9597286086bd27d5cd2bfbd69bb9..1b7372c11ec5eb993a9a10bd5665ef1134959771 100644
(file)
--- 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.2
1
])
+ PKG_CHECK_MODULES([INTEL], [libdrm_intel >= 2.4.2
3
])
;;
esac