Require libdrm 2.4.6 for GTT unmap support

Need the new functions available.
This commit is contained in:
Jesse Barnes 2009-03-30 11:27:56 -07:00
parent 8dabcc4074
commit 51cf8a453c
1 changed files with 1 additions and 1 deletions

View File

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