From 72fea2635a56c4f572c07fc50fc58f703a21eb4f Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 29 Jun 2012 14:46:17 +0100 Subject: radeon: require libdrm 2.4.36 for KMS support. This is due to some commits to the surface manager that fix bugs. Signed-off-by: Dave Airlie --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 695a5747..0fa21413 100644 --- a/configure.ac +++ b/configure.ac @@ -141,7 +141,7 @@ if test "$DRI" = yes; then AC_CHECK_HEADER(xf86drmMode.h,[DRM_MODE=yes],[DRM_MODE=no],[#include #include ]) if test "x$DRM_MODE" = xyes; then - PKG_CHECK_MODULES(LIBDRM_RADEON, [xorg-server >= 1.6.2 libdrm >= 2.4.35 libdrm_radeon], + PKG_CHECK_MODULES(LIBDRM_RADEON, [xorg-server >= 1.6.2 libdrm >= 2.4.36 libdrm_radeon], [LIBDRM_RADEON=yes], [LIBDRM_RADEON=no]) if test "x$LIBDRM_RADEON" = xyes; then -- cgit v1.2.3