diff options
author | Markus Ongyerth <ongy@ongy.net> | 2018-02-07 11:10:49 +0100 |
---|---|---|
committer | Markus Ongyerth <ongy@ongy.net> | 2018-02-17 12:37:12 +0100 |
commit | 50d573b2ca68013a32828ae061ac2c242db333c6 (patch) | |
tree | b80c8c7bdade9e0f024f32f5bbdc03f8cf31bf9f /protocol | |
parent | 088028c570dd5b52f81069654166f0117667fac0 (diff) |
implements the idle_inhibit protocol type
This adds the types/wlr_idle_inhibit_v1 implementation.
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocol/meson.build b/protocol/meson.build index 2853971f..7e111613 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -23,6 +23,7 @@ wayland_scanner_client = generator( protocols = [ [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'], + [wl_protocol_dir, 'unstable/idle-inhibit/idle-inhibit-unstable-v1.xml'], 'gamma-control.xml', 'gtk-primary-selection.xml', 'idle.xml', @@ -32,8 +33,12 @@ protocols = [ client_protocols = [ [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], + [wl_protocol_dir, 'unstable/idle-inhibit/idle-inhibit-unstable-v1.xml'], + 'gamma-control.xml', + 'gtk-primary-selection.xml', 'idle.xml', 'screenshooter.xml', + 'server-decoration.xml', ] wl_protos_src = [] |