diff options
author | Dominique Martinet <asmadeus@codewreck.org> | 2018-02-14 12:40:13 +0100 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2018-02-14 12:52:30 +0100 |
commit | 7d26a6debd6e9808d4a4bf7d39b71ad5f5031f79 (patch) | |
tree | 606ab8afdfa404bf67f9df9e23df4a0019f42e1f /protocol | |
parent | 71cba94e73022d8cef8651055204a4706377ae11 (diff) |
xdg-shell stable: copy-pasta implementation
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocol/meson.build b/protocol/meson.build index 0db7c03c..514a6dde 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -22,6 +22,7 @@ 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'], 'gamma-control.xml', 'gtk-primary-selection.xml', 'idle.xml', @@ -31,6 +32,7 @@ protocols = [ client_protocols = [ [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], + [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'], 'gamma-control.xml', 'gtk-primary-selection.xml', 'idle.xml', |