diff options
author | Kristian Høgsberg <[email protected]> | 2008-12-01 21:44:03 -0500 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2008-12-01 21:44:03 -0500 |
commit | 154a9e5317f890618932cea0129ef887e16baf84 (patch) | |
tree | e8448933530d0653a8b529d327c44e2935f96bf3 /configure.ac | |
parent | cd031749a75883a6fbf8fb7bf989b77a7c705819 (diff) |
Bump dri2proto requirement to 1.99.3, drop CopyRegion bitmask from protocol.
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 15f6068c8e0..66e080eb8e3 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_CANONICAL_HOST dnl Versions for external dependencies LIBDRM_REQUIRED=2.3.1 -DRI2PROTO_REQUIRED=1.99.1 +DRI2PROTO_REQUIRED=1.99.3 dnl Check for progs AC_PROG_CPP |