diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-27 09:28:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-27 09:28:25 -0400 |
commit | 4bee96bd301015dd6ceb2087ec07a1cb77c1e5d7 (patch) | |
tree | 4700fd262f551442fb2289d808d3a52253d7c1cb /protocol/meson.build | |
parent | 8fb948c109ca5c9b636bf04d248e5bedd3c7eee3 (diff) | |
parent | a43acae0005ec4d635f1477376fad2ff5d12d611 (diff) |
Merge pull request #333 from emersion/server-decoration
Add server-decoration protocol
Diffstat (limited to 'protocol/meson.build')
-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 2cbb5b6d..ff54815a 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -24,12 +24,14 @@ protocols = [ [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], 'gamma-control.xml', 'screenshooter.xml', + 'server-decoration.xml', ] client_protocols = [ [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], 'gamma-control.xml', 'screenshooter.xml', + 'server-decoration.xml', ] wl_protos_src = [] |