summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-12-02 13:08:23 -0800
committerEric Anholt <eric@anholt.net>2008-12-02 13:08:23 -0800
commit00ae7a571b6413aa2530e4f1310f8f4646631946 (patch)
tree359769829288bd9441e50c1b66e51319aa207aa8 /configure.ac
parent34d54db945c67a2fee0a38cc9eafc463b8413669 (diff)
UXA: Add support for tiled front/back/depth by cutting over to the GTT map.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 67d51b79..3d5b0845 100644
--- a/configure.ac
+++ b/configure.ac
@@ -224,7 +224,7 @@ if test "x$GCC" = "xyes"; then
-Wnested-externs -fno-strict-aliasing"
fi
-PKG_CHECK_MODULES(DRM, [libdrm >= 2.4.0])
+PKG_CHECK_MODULES(DRM, [libdrm >= 2.4.2])
AM_CONDITIONAL(DRI, test x$DRI = xyes)
if test "$DRI" = yes; then
PKG_CHECK_MODULES(DRI, [xf86driproto glproto])