diff options
author | Jesse Barnes <[email protected]> | 2011-05-03 12:17:28 -0700 |
---|---|---|
committer | Jesse Barnes <[email protected]> | 2011-05-04 14:08:48 -0700 |
commit | 70227e21bbd4411956ceeb5039640140e64a11a8 (patch) | |
tree | 86b2cbec94a74c5f48f933450e1f395da7652ff2 /configure.ac | |
parent | 6ae9e8cbabdc8a18a821ea3f716b18b3eb82a495 (diff) |
DRI2/GLX: make swap event handling match spec
We only handle a 32 bit swap count, so use the new structure definitions.
Reviewed-by: Adam Jackson <[email protected]>
Signed-off-by: Jesse Barnes <[email protected]>
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 54d9c296862..7bd1f2e21c0 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.1 -GLPROTO_REQUIRED=1.4.11 +DRI2PROTO_REQUIRED=2.4 +GLPROTO_REQUIRED=1.4.13 LIBDRM_XORG_REQUIRED=2.4.24 LIBKMS_XORG_REQUIRED=1.0.0 |