diff options
author | Michel Dänzer <[email protected]> | 2013-02-05 15:12:14 +0100 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2013-02-05 15:12:14 +0100 |
commit | 02a423b23936a0757f5171535235707c5444b9bc (patch) | |
tree | 6e8413df67d9610cdcd7fcc23df44fc4e23d51e5 /configure.ac | |
parent | 86536a321d9d26137587affe687a07da71f0b526 (diff) |
Require libdrm_radeon 2.4.42 for radeonsi.
It has new PCI IDs and an important tiled surface layout fix.
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 abfe3d7bd63..6735fdcf0e2 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ AC_SUBST([OSMESA_VERSION]) dnl Versions for external dependencies LIBDRM_REQUIRED=2.4.24 -LIBDRM_RADEON_REQUIRED=2.4.40 +LIBDRM_RADEON_REQUIRED=2.4.42 LIBDRM_INTEL_REQUIRED=2.4.38 LIBDRM_NVVIEUX_REQUIRED=2.4.33 LIBDRM_NOUVEAU_REQUIRED="2.4.33 libdrm >= 2.4.41" |