diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-10-29 14:03:41 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-10-29 14:06:04 -0700 |
commit | da795f5a2656a21b9c8e5bfad40f66474d329572 (patch) | |
tree | 3fc6c7cd80f6cc2e204066f6a2dee469aa441bec | |
parent | 94d2897c95da1b129158e91391b96a26a1612bcd (diff) | |
download | xserver-da795f5a2656a21b9c8e5bfad40f66474d329572.tar.gz |
Require dri2proto 2.2 to build
Runtime should still handle older versions.
-rw-r--r-- | configure.ac | 2 |
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" |