diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-08-02 09:33:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-02 09:33:10 -0400 |
commit | 5642c5cc8fd71103cb4805b1b9f1526311d544f8 (patch) | |
tree | 4a0be117fe52bc0266b00d4a0b2d211973b7484d /protocol | |
parent | a3c33e93b80ffd3bd9f9c8dd9af9032ca578b726 (diff) | |
parent | 555721f7142e1e363c17820657fb1e2b004e7c54 (diff) |
Merge pull request #1053 from emersion/xdg-decoration
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', |