Fix libdrm version number requirement regression that got spammed in.

This commit is contained in:
Eric Anholt 2009-01-17 12:47:53 -08:00
parent 1459f794e2
commit fc46cb6403
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ if test "x$GCC" = "xyes"; then
-Wnested-externs -fno-strict-aliasing"
fi
PKG_CHECK_MODULES(DRM, [libdrm >= 2.4.0])
PKG_CHECK_MODULES(DRM, [libdrm >= 2.4.3])
AM_CONDITIONAL(DRI, test x$DRI = xyes)
if test "$DRI" = yes; then
PKG_CHECK_MODULES(DRI, [xf86driproto glproto])