| Summary: | [PATCH] [KMS/DRM] bump libdrm and libgbm version requirements in configury | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ozkan Sezer <sezeroz> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | redwindwanderer |
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Attachments: | kmsdrm configury patch | ||
Merged, you are totally right on this, I had just tried building this in my systems and libGBM versions had all I needed, so never looked at the versions. Thanks, Ozkan! :) Closing this as the suggested patch is merged. |
Created attachment 4471 [details] kmsdrm configury patch This patch bumps libdrm and libgbm version requirements in configure.ac:CheckKMSDRM() libdrm-2.4.82 is where drmModeAddFB2WithModifiers is first exported and all of DRM_CAP_CURSOR_WIDTH, DRM_CAP_CURSOR_HEIGHT, DRM_FORMAT_MOD_LINEAR defines are present. libgbm-17.1.0 (mesa-17.1.0) is where all of gbm_bo_get_stride_for_plane, gbm_bo_get_offset, and gbm_bo_get_plane_count are first exported. OK to apply?