diff options
author | Eric Anholt <[email protected]> | 2012-03-16 16:18:54 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-03-21 12:45:05 -0700 |
commit | 218f3a56637a189eb0163fb7c6a5d161a8b6c910 (patch) | |
tree | 53bb3964be2f007a2fffc0e2bcef70bdc608991a /configure.ac | |
parent | 3a4ded6d1f67d67196c24e60a6216429ba17f1cd (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.ac | 2 |
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 |