aboutsummaryrefslogtreecommitdiff
path: root/protocol/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-27 09:28:25 -0400
committerGitHub <noreply@github.com>2017-10-27 09:28:25 -0400
commit4bee96bd301015dd6ceb2087ec07a1cb77c1e5d7 (patch)
tree4700fd262f551442fb2289d808d3a52253d7c1cb /protocol/meson.build
parent8fb948c109ca5c9b636bf04d248e5bedd3c7eee3 (diff)
parenta43acae0005ec4d635f1477376fad2ff5d12d611 (diff)
Merge pull request #333 from emersion/server-decoration
Add server-decoration protocol
Diffstat (limited to 'protocol/meson.build')
-rw-r--r--protocol/meson.build2
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 = []