diff options
author | emersion <contact@emersion.fr> | 2018-03-15 12:45:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-15 12:45:07 +0100 |
commit | de0e40d621c51cf075825633946a9ac7f98ac213 (patch) | |
tree | f3ba050e4307a8fac76dbe7a5738332338c8c7e8 /protocol/meson.build | |
parent | 85da9df8072ff200260eea73dc169d2b50ef0e7d (diff) | |
parent | 653bc282a7f814341f6d7429000928bc696e215e (diff) |
Merge pull request #698 from agx/linux-dmabuf
Add initial linux_dmabuf protocol support
Diffstat (limited to 'protocol/meson.build')
-rw-r--r-- | protocol/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocol/meson.build b/protocol/meson.build index 6c87a887..638b0c46 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -21,9 +21,10 @@ wayland_scanner_client = generator( ) protocols = [ - [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], [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', 'idle.xml', |