summaryrefslogtreecommitdiffstats
path: root/protocols/meson.build
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-04-04 20:16:35 -0400
committerLibravatar GitHub <noreply@github.com>2018-04-04 20:16:35 -0400
commitf2153f3f28c8aa2e6738610abf09b2e2396d891a (patch)
tree4702abb406a59fb8588cbd2019741e99d40bcbfe /protocols/meson.build
parentMerge pull request #1731 from acrisci/ipc-window-events (diff)
parentAddress review feedback from @emersion (diff)
downloadsway-f2153f3f28c8aa2e6738610abf09b2e2396d891a.tar.gz
sway-f2153f3f28c8aa2e6738610abf09b2e2396d891a.tar.zst
sway-f2153f3f28c8aa2e6738610abf09b2e2396d891a.zip
Merge pull request #1705 from swaywm/swaylock-layers
Port swaylock to layer shell
Diffstat (limited to 'protocols/meson.build')
-rw-r--r--protocols/meson.build6
1 files changed, 4 insertions, 2 deletions
diff --git a/protocols/meson.build b/protocols/meson.build
index 0887cf86..7f83b16b 100644
--- a/protocols/meson.build
+++ b/protocols/meson.build
@@ -22,12 +22,14 @@ wayland_scanner_server = generator(
22 22
23client_protocols = [ 23client_protocols = [
24 [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'], 24 [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
25 ['wlr-layer-shell-unstable-v1.xml'] 25 ['wlr-layer-shell-unstable-v1.xml'],
26 ['wlr-input-inhibitor-unstable-v1.xml']
26] 27]
27 28
28server_protocols = [ 29server_protocols = [
29 [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], 30 [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'],
30 ['wlr-layer-shell-unstable-v1.xml'] 31 ['wlr-layer-shell-unstable-v1.xml'],
32 ['wlr-input-inhibitor-unstable-v1.xml']
31] 33]
32 34
33client_protos_src = [] 35client_protos_src = []