diff options
author | Dave Airlie <airlied@redhat.com> | 2009-01-17 22:14:26 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-01-17 22:14:26 +1000 |
commit | 1459f794e2a4b9032807c3794b00a33fa6392837 (patch) | |
tree | 35dea669a0633e4ddfd7538516344c465551c655 /configure.ac | |
parent | db43b7870a37ea273941302096a6f00120dfae71 (diff) |
intel: fix DRI2 should be DRI_DRI2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6c4ba578..877cc73c 100644 --- a/configure.ac +++ b/configure.ac @@ -209,7 +209,7 @@ if test "x$GCC" = "xyes"; then -Wnested-externs -fno-strict-aliasing" fi -PKG_CHECK_MODULES(DRM, [libdrm >= 2.4.3]) +PKG_CHECK_MODULES(DRM, [libdrm >= 2.4.0]) AM_CONDITIONAL(DRI, test x$DRI = xyes) if test "$DRI" = yes; then PKG_CHECK_MODULES(DRI, [xf86driproto glproto]) |