backend/drm: add support for atomic tearing page-flips

The kernel patches [1] have been merged.

[1]: https://patchwork.freedesktop.org/series/120103/
This commit is contained in:
Simon Ser 2023-11-23 17:43:55 +01:00
parent 4ec901bb33
commit 00b869c1a9
2 changed files with 3 additions and 1 deletions

View file

@ -109,7 +109,7 @@ wayland_server = dependency('wayland-server',
)
drm = dependency('libdrm',
version: '>=2.4.118',
version: '>=2.4.120',
fallback: 'libdrm',
default_options: [
'intel=disabled',