summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-02-08 12:04:17 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-02-08 12:04:17 +0000
commit293dd478d713eee5cedfa04749c97d1aa850df3c (patch)
treefbd143f87ecffb07907a76789a90e31bd72538a1
parentc91951de0e7b412fa02facf349c8912348cb1aa4 (diff)
configure: Bump the libdrm dependency
Whoops, should have done this ages ago for I915_EXEC_BLT Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e1afb7f3..097d796a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ AC_PROG_LIBTOOL
AC_PROG_CC
AM_PROG_CC_C_O
-PKG_CHECK_MODULES(DRM, [libdrm_intel >= 2.4.6], have_drm=yes, have_drm=no)
+PKG_CHECK_MODULES(DRM, [libdrm_intel >= 2.4.23], have_drm=yes, have_drm=no)
if test "x$have_drm" = "xyes"; then
AC_DEFINE([HAVE_DRM], 1, [Define to 1 if we have DRM support])
fi