diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-29 14:46:17 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-06-29 14:46:17 +0100 |
commit | 72fea2635a56c4f572c07fc50fc58f703a21eb4f (patch) | |
tree | 18f461c38bc1d3e395503a34039f92dc3a344d9b /configure.ac | |
parent | 179b035835bfa99283d44ba2d5ee17e686196535 (diff) |
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 <airlied@redhat.com>
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 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 <stdint.h> #include <stdlib.h>]) 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 |