Module: Mesa Branch: master Commit: 77300bacaf991c4f052999466cf7a5e48704114b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=77300bacaf991c4f052999466cf7a5e48704114b
Author: Alex Deucher <[email protected]> Date: Thu Jul 11 18:51:32 2013 -0400 radeon: bump libdrm_radeon requirement for CIK support Signed-off-by: Alex Deucher <[email protected]> --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 3a0cd77..2265e85 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_SUBST([OSMESA_VERSION]) dnl Versions for external dependencies LIBDRM_REQUIRED=2.4.24 -LIBDRM_RADEON_REQUIRED=2.4.45 +LIBDRM_RADEON_REQUIRED=2.4.46 LIBDRM_INTEL_REQUIRED=2.4.38 LIBDRM_NVVIEUX_REQUIRED=2.4.33 LIBDRM_NOUVEAU_REQUIRED="2.4.33 libdrm >= 2.4.41" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
