diff options
author | Vaxry <[email protected]> | 2024-04-30 16:32:05 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-30 16:34:09 +0100 |
commit | 90e1411315065ead5b5a7873be4109bdfb9f5470 (patch) | |
tree | 3e55d49559d1e77ae655a7c5ea4d4d73f8054180 /protocols | |
parent | d7a48cf47816041c5cb705c9de218c3395635822 (diff) | |
download | Hyprland-90e1411315065ead5b5a7873be4109bdfb9f5470.tar.gz Hyprland-90e1411315065ead5b5a7873be4109bdfb9f5470.zip |
session-lock: move to new impl
Diffstat (limited to 'protocols')
-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 3b4c4dd1..a0728e39 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -53,6 +53,7 @@ new_protocols = [ [wl_protocol_dir, 'unstable/pointer-constraints/pointer-constraints-unstable-v1.xml'], [wl_protocol_dir, 'staging/xdg-activation/xdg-activation-v1.xml'], [wl_protocol_dir, 'staging/ext-idle-notify/ext-idle-notify-v1.xml'], + [wl_protocol_dir, 'staging/ext-session-lock/ext-session-lock-v1.xml'], ] wl_protos_src = [] |