mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
backend/drm: use drmModeFormatModifierBlobIterNext
This avoids open-coding our own logic. The resulting code is more readable. References: https://gitlab.freedesktop.org/mesa/drm/-/merge_requests/146
This commit is contained in:
parent
4377b55292
commit
a15c327718
2 changed files with 4 additions and 12 deletions
|
|
@ -104,7 +104,7 @@ wayland_server = dependency('wayland-server',
|
|||
default_options: wayland_project_options,
|
||||
)
|
||||
|
||||
drm = dependency('libdrm', version: '>=2.4.105')
|
||||
drm = dependency('libdrm', version: '>=2.4.108')
|
||||
gbm = dependency('gbm', version: '>=17.1.0')
|
||||
xkbcommon = dependency('xkbcommon')
|
||||
udev = dependency('libudev')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue