Require libdrm 2.4.6 for GTT unmap support
Need the new functions available.
This commit is contained in:
parent
8dabcc4074
commit
51cf8a453c
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Reference in New Issue