summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-07-07 20:22:10 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-07-07 20:22:10 -0400
commit1239dbbd8c8d9b55756c1de52cad353171a06522 (patch)
tree98adf1b6af5950682108037768a6cd0c13002016
parent869e0b187b2d07e637c4482fe50d9f1b0c09f4e4 (diff)
radeon: bump libdrm requirement to 2.4.46 for CIK 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 b4f1d4c5..ed04028d 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.44])
+PKG_CHECK_MODULES(LIBDRM, [libdrm >= 2.4.46])
PKG_CHECK_MODULES(LIBDRM_RADEON, [libdrm_radeon])
# Obtain compiler/linker options for the driver dependencies