diff options
author | Vaxry <[email protected]> | 2024-04-21 16:29:30 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-21 16:54:52 +0100 |
commit | d9fe1d0f58bcafd22ee23097de41e7039a36afe2 (patch) | |
tree | 4804487f925b796defc244991bf34ad8a07b3e7e /protocols/meson.build | |
parent | e823b5d6930af15c1a9c1d76682e8e7be4a0eeb6 (diff) | |
download | Hyprland-d9fe1d0f58bcafd22ee23097de41e7039a36afe2.tar.gz Hyprland-d9fe1d0f58bcafd22ee23097de41e7039a36afe2.zip |
idle-inhibit: move to new impl
Diffstat (limited to 'protocols/meson.build')
-rw-r--r-- | protocols/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/meson.build b/protocols/meson.build index 009643f9..dd2a2358 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -43,6 +43,7 @@ new_protocols = [ [wl_protocol_dir, 'staging/fractional-scale/fractional-scale-v1.xml'], [wl_protocol_dir, 'unstable/xdg-output/xdg-output-unstable-v1.xml'], [wl_protocol_dir, 'staging/cursor-shape/cursor-shape-v1.xml'], + [wl_protocol_dir, 'unstable/idle-inhibit/idle-inhibit-unstable-v1.xml'], ] wl_protos_src = [] |