diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-03-30 11:27:56 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-03-31 17:06:44 -0700 |
commit | 556391cbce8146eab5e570277245e5881256e9be (patch) | |
tree | 666bbfaf11d2fb926554b99830acfa3a45db9082 | |
parent | f6f59ee2533e786906dc9a32cf7072f2d2796201 (diff) |
Require libdrm 2.4.6 for GTT unmap support
Need the new functions available.
(cherry picked from commit 51cf8a453c2bc2e8604bfc41a649e971c1ba5026)
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aeb675ce..7d38cad5 100644 --- a/configure.ac +++ b/configure.ac @@ -206,7 +206,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]) |