diff options
author | Eric Anholt <[email protected]> | 2012-09-25 09:03:48 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-10-09 14:32:02 -0700 |
commit | da3f7c127b4086eb50d1ba8ed6332fcf2431a85e (patch) | |
tree | b474ca2455fa79aa0262ef911b4cd5e05ef8562b /configure.ac | |
parent | b477384f4059cfda668c616c5655f2ee493cf6d1 (diff) |
egl: Quit checking for a bug in old xcb when we require new xcb.
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 54f6ea20bdb..6c7a1929eb5 100644 --- a/configure.ac +++ b/configure.ac @@ -1509,11 +1509,6 @@ for plat in $egl_platforms; do x11) PKG_CHECK_MODULES([XCB_DRI2], [x11-xcb xcb-dri2 >= 1.8 xcb-xfixes]) - # workaround a bug in xcb-dri2 generated by xcb-proto 1.6 - save_LIBS="$LIBS" - AC_CHECK_LIB(xcb-dri2, xcb_dri2_connect_alignment_pad, [], - [DEFINES="$DEFINES -DXCB_DRI2_CONNECT_DEVICE_NAME_BROKEN"]) - LIBS="$save_LIBS" ;; drm) |