summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-05-19 08:47:47 +1000
committerFurkan Sahin <furkan-dev@proton.me>2018-05-19 08:47:47 +1000
commite435c98be0677abc3dfdd2117fbfca7c41f65f6a (patch)
tree06005cdf1ed6d50cbabc1f2a3d46348c206ad432 /protocols
parent8e0656a888284489317ce689aa95018ccdf8e910 (diff)
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(
client_protocols = [
[wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
+ [wl_protocol_dir, 'unstable/xdg-output/xdg-output-unstable-v1.xml'],
['wlr-layer-shell-unstable-v1.xml'],
['idle.xml'],
- ['wlr-input-inhibitor-unstable-v1.xml']
+ ['wlr-input-inhibitor-unstable-v1.xml'],
]
server_protocols = [
[wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
[wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'],
+ [wl_protocol_dir, 'unstable/xdg-output/xdg-output-unstable-v1.xml'],
['wlr-layer-shell-unstable-v1.xml'],
- ['wlr-input-inhibitor-unstable-v1.xml']
+ ['wlr-input-inhibitor-unstable-v1.xml'],
]
client_protos_src = []