mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
render/egl: improve DMA-BUF format/modifier logging
For each format and modifier, log supported usage. Log a human-readable format/modifier string.
This commit is contained in:
parent
1266f7424f
commit
4ad79d05ca
2 changed files with 28 additions and 17 deletions
|
|
@ -107,7 +107,7 @@ wayland_server = dependency('wayland-server',
|
|||
)
|
||||
|
||||
drm = dependency('libdrm',
|
||||
version: '>=2.4.112',
|
||||
version: '>=2.4.113',
|
||||
fallback: 'libdrm',
|
||||
default_options: [
|
||||
'intel=false',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue