diff options
author | Eric Anholt <eric@anholt.net> | 2009-01-17 12:47:53 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-01-17 12:47:53 -0800 |
commit | fc46cb6403387215d13aa28d720f205688ae9d67 (patch) | |
tree | d331dc8541754a0513a10566dbdb92393b864924 /configure.ac | |
parent | 1459f794e2a4b9032807c3794b00a33fa6392837 (diff) |
Fix libdrm version number requirement regression that got spammed in.
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 877cc73c..6c4ba578 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.0]) +PKG_CHECK_MODULES(DRM, [libdrm >= 2.4.3]) AM_CONDITIONAL(DRI, test x$DRI = xyes) if test "$DRI" = yes; then PKG_CHECK_MODULES(DRI, [xf86driproto glproto]) |