aboutsummaryrefslogtreecommitdiff
path: root/protocol/meson.build
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-03-27 23:37:37 -0400
committerGitHub <noreply@github.com>2018-03-27 23:37:37 -0400
commit48e8202883594091d2ec2b5d0d8a55ddf2f0aea6 (patch)
treedb15d3d40ac5d0ec3117920f9b4917a0d0519175 /protocol/meson.build
parent575bc81d54f98841c28718b1667d27acc136a48a (diff)
parent7d89e7e58dc6d3a2d40baf91ae3f5aaa87d58a8b (diff)
Merge pull request #731 from swaywm/layer-surfaces
Implement wlr-layer-shell protocol & rendering
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 638b0c46..a41fdec3 100644
--- a/protocol/meson.build
+++ b/protocol/meson.build
@@ -30,6 +30,7 @@ protocols = [
'idle.xml',
'screenshooter.xml',
'server-decoration.xml',
+ 'wlr-layer-shell-unstable-v1.xml',
]
client_protocols = [
@@ -38,6 +39,7 @@ client_protocols = [
[wl_protocol_dir, 'unstable/idle-inhibit/idle-inhibit-unstable-v1.xml'],
'idle.xml',
'screenshooter.xml',
+ 'wlr-layer-shell-unstable-v1.xml',
]
wl_protos_src = []