From 1d8340754b85eaa60669875c32f9476411941892 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 13 Nov 2018 12:35:08 +0100 Subject: 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. --- protocol/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocol') 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'], ) -- cgit v1.2.3