summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2009-03-30 11:27:56 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-03-30 11:27:56 -0700
commit51cf8a453c2bc2e8604bfc41a649e971c1ba5026 (patch)
treeeecbad296d15c4c4b4a59e15de58760bca35341e
parent8dabcc40747bfd478f296728741240241698f165 (diff)
Require libdrm 2.4.6 for GTT unmap support
Need the new functions available.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 88059bfa..ae134afa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])