summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2009-10-29 12:48:38 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-10-29 12:48:38 -0700
commitf04e6901249290382070ebc28ba6c0d03d2de857 (patch)
treed4fde0d4a33d7b1274c7cc1599de635c767ad09a
parentad7f24a81faafaea0279d9898ca6f056c2bf53a7 (diff)
downloadmesa-dri2-swapbuffers.tar.gz
Require new DRI2 proto headers for buildingdri2-swapbuffers
Runtime should still handle old/non-existent DRI2, but for builds we require the new headers.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 143fd31a022..9e499d54f68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AC_CANONICAL_HOST
dnl Versions for external dependencies
LIBDRM_REQUIRED=2.4.3
-DRI2PROTO_REQUIRED=1.99.3
+DRI2PROTO_REQUIRED=2.2
dnl Check for progs
AC_PROG_CPP