diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-10-29 12:48:38 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-10-29 12:48:38 -0700 |
commit | f04e6901249290382070ebc28ba6c0d03d2de857 (patch) | |
tree | d4fde0d4a33d7b1274c7cc1599de635c767ad09a | |
parent | ad7f24a81faafaea0279d9898ca6f056c2bf53a7 (diff) |
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.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 143fd31a02..9e499d54f6 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 |