summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-03-16 16:18:54 -0700
committerEric Anholt <[email protected]>2012-03-21 12:45:05 -0700
commit218f3a56637a189eb0163fb7c6a5d161a8b6c910 (patch)
tree53bb3964be2f007a2fffc0e2bcef70bdc608991a /configure.ac
parent3a4ded6d1f67d67196c24e60a6216429ba17f1cd (diff)
intel: Bump libdrm requirement to 2.4.32.
We'll need this for AUB dumping and unsynchronized maps. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 519662b7a05..ac7d49f1f60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ USER_CXXFLAGS="$CXXFLAGS"
dnl Versions for external dependencies
LIBDRM_REQUIRED=2.4.24
LIBDRM_RADEON_REQUIRED=2.4.31
-LIBDRM_INTEL_REQUIRED=2.4.30
+LIBDRM_INTEL_REQUIRED=2.4.32
LIBDRM_NOUVEAU_REQUIRED=0.6
DRI2PROTO_REQUIRED=2.6
GLPROTO_REQUIRED=1.4.14