summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2009-10-29 14:03:41 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-10-29 14:06:04 -0700
commitda795f5a2656a21b9c8e5bfad40f66474d329572 (patch)
tree3fc6c7cd80f6cc2e204066f6a2dee469aa441bec
parent94d2897c95da1b129158e91391b96a26a1612bcd (diff)
Require dri2proto 2.2 to build
Runtime should still handle older versions.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 02e9146bb..39aa70b03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -728,7 +728,7 @@ RECORDPROTO="recordproto >= 1.13.99.1"
SCRNSAVERPROTO="scrnsaverproto >= 1.1"
RESOURCEPROTO="resourceproto"
DRIPROTO="xf86driproto >= 2.1.0"
-DRI2PROTO="dri2proto >= 2.1"
+DRI2PROTO="dri2proto >= 2.2"
XINERAMAPROTO="xineramaproto"
BIGFONTPROTO="xf86bigfontproto >= 1.2.0"
XCALIBRATEPROTO="xcalibrateproto"