diff options
author | emersion <contact@emersion.fr> | 2018-06-10 11:15:26 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-07-28 22:48:07 +0100 |
commit | 555721f7142e1e363c17820657fb1e2b004e7c54 (patch) | |
tree | 61bf9363d2b60a2b62f4e853cf32d960f3a08a1e /protocol | |
parent | b6ed1f29a4dbba93eb53c32ec5492db8ee1d9343 (diff) |
Add xdg-decoration-unstable-v1 support
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/meson.build | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/protocol/meson.build b/protocol/meson.build index b7a6e80a..ffdf01a8 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -31,9 +31,10 @@ 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'], - [wl_protocol_dir, 'unstable/xdg-output/xdg-output-unstable-v1.xml'], [wl_protocol_dir, 'unstable/tablet/tablet-unstable-v2.xml'], + [wl_protocol_dir, 'unstable/xdg-decoration/xdg-decoration-unstable-v1.xml'], + [wl_protocol_dir, 'unstable/xdg-output/xdg-output-unstable-v1.xml'], + [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], 'gamma-control.xml', 'gtk-primary-selection.xml', 'idle.xml', @@ -47,9 +48,10 @@ protocols = [ ] client_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/xdg-decoration/xdg-decoration-unstable-v1.xml'], + [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], 'idle.xml', 'screenshooter.xml', 'wlr-export-dmabuf-unstable-v1.xml', |