diff options
author | Dave Airlie <[email protected]> | 2011-05-05 16:23:46 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2011-05-05 16:25:33 +1000 |
commit | dc4a3edcf9d414d5098618d5d3b79d8dd90adcc3 (patch) | |
tree | 16ed7955052b42d3c8b5c247d1b241ba2ff94272 /configure.ac | |
parent | ae7abf080b5c43e3736db2ed0d0e03ed59eb5ea4 (diff) |
Revert "DRI2/GLX: make swap event handling match spec"
This reverts commit 70227e21bbd4411956ceeb5039640140e64a11a8.
revert this until we sort things out, with a new glproto release
with compatible struct names.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7bd1f2e21c0..54d9c296862 100644 --- a/configure.ac +++ b/configure.ac @@ -21,8 +21,8 @@ dnl Versions for external dependencies LIBDRM_REQUIRED=2.4.24 LIBDRM_RADEON_REQUIRED=2.4.24 LIBDRM_INTEL_REQUIRED=2.4.24 -DRI2PROTO_REQUIRED=2.4 -GLPROTO_REQUIRED=1.4.13 +DRI2PROTO_REQUIRED=2.1 +GLPROTO_REQUIRED=1.4.11 LIBDRM_XORG_REQUIRED=2.4.24 LIBKMS_XORG_REQUIRED=1.0.0 |