summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2014-03-10 16:17:34 -0400
committerAlex Deucher <alexander.deucher@amd.com>2014-03-11 09:54:54 -0400
commit691ec3d99c30111a4789830dfccb6eb5d3c40187 (patch)
treef5c572253e1f7279c048a249c6556e6bf6ac6f43
parent515bcf14d514f9dcaaf30fd0bf1ef6dd6ba9a0cd (diff)
radeon: require libdrm 2.4.51
Required for proper tiling support on CIK parts. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 200f9795..e80de84d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,7 +71,7 @@ XORG_DRIVER_CHECK_EXT(XV, videoproto)
XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)
# Checks for libraries.
-PKG_CHECK_MODULES(LIBDRM, [libdrm >= 2.4.46])
+PKG_CHECK_MODULES(LIBDRM, [libdrm >= 2.4.51])
PKG_CHECK_MODULES(LIBDRM_RADEON, [libdrm_radeon])
# Obtain compiler/linker options for the driver dependencies