summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2014-05-02 17:45:45 -0400
committerAlex Deucher <alexander.deucher@amd.com>2014-05-02 17:49:03 -0400
commitfdb90ffc50acbb7d5ba0598470f9feeac6ce55fc (patch)
treef989765d63c740d442afd9c8ab912634e2cce929
parent06e3c8c53ef4bd159f5864eabf726438d008b49a (diff)
radeon: require libdrm_radeon 2.4.54 for mullins support
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9086bb60..dc2a656d 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.51])
+PKG_CHECK_MODULES(LIBDRM, [libdrm >= 2.4.54])
PKG_CHECK_MODULES(LIBDRM_RADEON, [libdrm_radeon])
# Obtain compiler/linker options for the driver dependencies