mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-21 05:34:09 -04:00
render: add new 16- and 32-bits-per-component pixel formats
These new formats have been introduced in libdrm 2.4.129:
31e68ea81c
This commit is contained in:
parent
53cdceb371
commit
d512c00791
2 changed files with 33 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ wayland_server = dependency('wayland-server',
|
|||
)
|
||||
|
||||
drm = dependency('libdrm',
|
||||
version: '>=2.4.122',
|
||||
version: '>=2.4.129',
|
||||
fallback: 'libdrm',
|
||||
default_options: [
|
||||
'auto_features=disabled',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue