aboutsummaryrefslogtreecommitdiff
path: root/protocol/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2018-11-13 12:35:08 +0100
committerSimon Ser <contact@emersion.fr>2021-12-07 15:18:16 +0100
commit1d8340754b85eaa60669875c32f9476411941892 (patch)
tree3420103dbf64fa1282910b5ad57702994fbdb994 /protocol/meson.build
parent77d811a21b3d1dfb4ef6634e870c6c37228f3c15 (diff)
linux-dmabuf-v1: implement v4
Implement a basic version of linux-dmabuf-unstable-v1 version 4. Only default hints are implemented. The new wlr_linux_dmabuf_feedback_v1 data structure will allow compositors to define their own custom hints in the future. This data structure makes it easy to describe feedback metadata. It's converted to a "compiled" form suitable for marshalling over the Wayland socket via feedback_compile.
Diffstat (limited to 'protocol/meson.build')
-rw-r--r--protocol/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/meson.build b/protocol/meson.build
index 8d8b2502..3e34f788 100644
--- a/protocol/meson.build
+++ b/protocol/meson.build
@@ -1,5 +1,5 @@
wayland_protos = dependency('wayland-protocols',
- version: '>=1.23',
+ version: '>=1.24',
fallback: ['wayland-protocols', 'wayland_protocols'],
default_options: ['tests=false'],
)