configure.ac: bump libdrm_radeon requirement to 2.6.38
This commit is contained in:
@@ -28,7 +28,7 @@ LT_INIT([disable-static])
|
|||||||
|
|
||||||
dnl Versions for external dependencies
|
dnl Versions for external dependencies
|
||||||
LIBDRM_REQUIRED=2.4.24
|
LIBDRM_REQUIRED=2.4.24
|
||||||
LIBDRM_RADEON_REQUIRED=2.4.31
|
LIBDRM_RADEON_REQUIRED=2.4.38
|
||||||
LIBDRM_INTEL_REQUIRED=2.4.37
|
LIBDRM_INTEL_REQUIRED=2.4.37
|
||||||
LIBDRM_NVVIEUX_REQUIRED=2.4.33
|
LIBDRM_NVVIEUX_REQUIRED=2.4.33
|
||||||
LIBDRM_NOUVEAU_REQUIRED=2.4.33
|
LIBDRM_NOUVEAU_REQUIRED=2.4.33
|
||||||
|
@@ -395,7 +395,6 @@ struct radeon_winsys *radeon_drm_winsys_create(int fd)
|
|||||||
if (!ws->cman)
|
if (!ws->cman)
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
/* FIXME check for libdrm version ?? */
|
|
||||||
if (ws->gen >= R600) {
|
if (ws->gen >= R600) {
|
||||||
ws->surf_man = radeon_surface_manager_new(fd);
|
ws->surf_man = radeon_surface_manager_new(fd);
|
||||||
if (!ws->surf_man)
|
if (!ws->surf_man)
|
||||||
|
Reference in New Issue
Block a user