aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-19 08:47:47 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-20 22:54:09 +1000
commit9d99e5c2e72a464554b034c014437a495bb7b409 (patch)
tree06005cdf1ed6d50cbabc1f2a3d46348c206ad432 /protocols
parentMerge pull request #2006 from kupospelov/fix-title-pixel-bar (diff)
downloadsway-9d99e5c2e72a464554b034c014437a495bb7b409.tar.gz
sway-9d99e5c2e72a464554b034c014437a495bb7b409.tar.zst
sway-9d99e5c2e72a464554b034c014437a495bb7b409.zip
Swaylock: Allow per-output images
Diffstat (limited to 'protocols')
-rw-r--r--protocols/meson.build6
1 files changed, 4 insertions, 2 deletions
diff --git a/protocols/meson.build b/protocols/meson.build
index 9966c02f..a031245c 100644
--- a/protocols/meson.build
+++ b/protocols/meson.build
@@ -29,16 +29,18 @@ wayland_scanner_server = generator(
29 29
30client_protocols = [ 30client_protocols = [
31 [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'], 31 [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
32 [wl_protocol_dir, 'unstable/xdg-output/xdg-output-unstable-v1.xml'],
32 ['wlr-layer-shell-unstable-v1.xml'], 33 ['wlr-layer-shell-unstable-v1.xml'],
33 ['idle.xml'], 34 ['idle.xml'],
34 ['wlr-input-inhibitor-unstable-v1.xml'] 35 ['wlr-input-inhibitor-unstable-v1.xml'],
35] 36]
36 37
37server_protocols = [ 38server_protocols = [
38 [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'], 39 [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
39 [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], 40 [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'],
41 [wl_protocol_dir, 'unstable/xdg-output/xdg-output-unstable-v1.xml'],
40 ['wlr-layer-shell-unstable-v1.xml'], 42 ['wlr-layer-shell-unstable-v1.xml'],
41 ['wlr-input-inhibitor-unstable-v1.xml'] 43 ['wlr-input-inhibitor-unstable-v1.xml'],
42] 44]
43 45
44client_protos_src = [] 46client_protos_src = []