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:
Simon Ser 2025-11-20 18:25:35 +01:00
parent 53cdceb371
commit d512c00791
2 changed files with 33 additions and 1 deletions

View file

@ -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',