diff options
author | Alex Deucher <[email protected]> | 2014-05-02 17:28:04 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2014-05-02 17:29:56 -0400 |
commit | b26175b6c386215c9f9cecef6e2db3502f1e9c56 (patch) | |
tree | c2e94ada558ce79f6b1a8ca42043eefdaa140c97 /configure.ac | |
parent | 625bdd64e5ea3327d4459b1ccccff8dab89129d0 (diff) |
configure: bump up libdrm_radeon requirement to 2.4.54
Required for Mullins.
Signed-off-by: Alex Deucher <[email protected]>
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 7251a5b3e43..e77ed778c36 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_SUBST([OSMESA_VERSION]) dnl Versions for external dependencies LIBDRM_REQUIRED=2.4.38 -LIBDRM_RADEON_REQUIRED=2.4.53 +LIBDRM_RADEON_REQUIRED=2.4.54 LIBDRM_INTEL_REQUIRED=2.4.52 LIBDRM_NVVIEUX_REQUIRED=2.4.33 LIBDRM_NOUVEAU_REQUIRED="2.4.33 libdrm >= 2.4.41" |