diff options
author | Guido Günther <agx@sigxcpu.org> | 2018-02-23 18:45:16 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2018-03-15 12:40:18 +0100 |
commit | 14cdb6153f4293d7e058465ab4acaebd6e1f647c (patch) | |
tree | f9a523c0499b80609827378d44105501bf8caf92 /protocol | |
parent | 2d0db169422b74e5ef7c07965c376273c7bb2961 (diff) |
Add initial linux_dmabuf protocol support
Tested with
./weston-simple-dmabuf-drm
./weston-simple-dmabuf-drm --import-immediate=1
./weston-simple-dmabuf-drm --y-inverted=1
(and combinations)
Supports only single plane XRGB dmabufs for now.
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/meson.build b/protocol/meson.build index 200cbd7a..638b0c46 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -23,6 +23,7 @@ wayland_scanner_client = generator( protocols = [ [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'], [wl_protocol_dir, 'unstable/idle-inhibit/idle-inhibit-unstable-v1.xml'], + [wl_protocol_dir, 'unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml'], [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], 'gamma-control.xml', 'gtk-primary-selection.xml', |