diff options
author | Eric Anholt <[email protected]> | 2012-09-25 09:09:47 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-10-09 14:32:02 -0700 |
commit | b477384f4059cfda668c616c5655f2ee493cf6d1 (patch) | |
tree | 33d96962b9f9d8c600d789543a2f06a8336496e8 /configure.ac | |
parent | b49cd8495f2f01a55d126d42ea97a071c6723376 (diff) |
egl: Drop xcb ifdefs by just requiring a version from this year.
glx and gallium's xcb_dri2 usage already require this version, so this is
nothing really new.
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b2c499e5e40..54f6ea20bdb 100644 --- a/configure.ac +++ b/configure.ac @@ -1508,7 +1508,7 @@ for plat in $egl_platforms; do ;; x11) - PKG_CHECK_MODULES([XCB_DRI2], [x11-xcb xcb-dri2 xcb-xfixes]) + 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, [], |