Mesa (dri2-swapbuffers): Require new DRI2 proto headers for building

Jesse Barnes jbarnes at kemper.freedesktop.org
Thu Oct 29 19:56:20 UTC 2009


Module: Mesa
Branch: dri2-swapbuffers
Commit: f04e6901249290382070ebc28ba6c0d03d2de857
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f04e6901249290382070ebc28ba6c0d03d2de857

Author: Jesse Barnes <jbarnes at virtuousgeek.org>
Date:   Thu Oct 29 12:48:38 2009 -0700

Require new DRI2 proto headers for building

Runtime should still handle old/non-existent DRI2, but for builds we require
the new headers.

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 143fd31..9e499d5 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




More information about the mesa-commit mailing list