configure.ac: bump libdrm_radeon requirement to 2.6.38

This commit is contained in:
Marek Olšák 2012-08-12 17:18:23 +02:00
parent a7f4d3b740
commit 2f14202f52
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,7 @@ LT_INIT([disable-static])
dnl Versions for external dependencies
LIBDRM_REQUIRED=2.4.24
LIBDRM_RADEON_REQUIRED=2.4.31
LIBDRM_RADEON_REQUIRED=2.4.38
LIBDRM_INTEL_REQUIRED=2.4.37
LIBDRM_NVVIEUX_REQUIRED=2.4.33
LIBDRM_NOUVEAU_REQUIRED=2.4.33

View File

@ -395,7 +395,6 @@ struct radeon_winsys *radeon_drm_winsys_create(int fd)
if (!ws->cman)
goto fail;
/* FIXME check for libdrm version ?? */
if (ws->gen >= R600) {
ws->surf_man = radeon_surface_manager_new(fd);
if (!ws->surf_man)