diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-04-03 17:03:29 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-04-03 17:03:29 -0400 |
| commit | 1ac130748ecb8f35eeb03c0533921d39a0eaf2cd (patch) | |
| tree | 00457213fa57ec07692bb093392a83203e0e9960 /protocols/meson.build | |
| parent | 4d2940bf41c0f05fae749043cb1dd68f8d67d0a4 (diff) | |
Implement input-inhibit in sway, swaylock
Diffstat (limited to 'protocols/meson.build')
| -rw-r--r-- | protocols/meson.build | 6 |
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( client_protocols = [ [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'], - ['wlr-layer-shell-unstable-v1.xml'] + ['wlr-layer-shell-unstable-v1.xml'], + ['wlr-input-inhibitor-unstable-v1.xml'] ] server_protocols = [ [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], - ['wlr-layer-shell-unstable-v1.xml'] + ['wlr-layer-shell-unstable-v1.xml'], + ['wlr-input-inhibitor-unstable-v1.xml'] ] client_protos_src = [] |
