configure: Check xcb version when X11 pkgconfig exists

Commit 6882381a2e added a dependency on a
newer version of xcb, but the version check wasn't added in all the
necessary places.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Tom Stellard 2012-07-13 13:46:23 +00:00 committed by Kenneth Graunke
parent 4c73282d2b
commit e98ace934e
1 changed files with 1 additions and 0 deletions

View File

@ -976,6 +976,7 @@ xyesno)
# find the DRI deps for libGL
if test "$x11_pkgconfig" = yes; then
PKG_CHECK_MODULES([XCB],[x11-xcb xcb-glx >= 1.8.1])
dri_modules="x11 xext xdamage xfixes x11-xcb xcb-glx"
# add xf86vidmode if available