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 /CMakeLists.txt | |
parent | d7a48cf47816041c5cb705c9de218c3395635822 (diff) | |
download | Hyprland-90e1411315065ead5b5a7873be4109bdfb9f5470.tar.gz Hyprland-90e1411315065ead5b5a7873be4109bdfb9f5470.zip |
session-lock: move to new impl
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d0d1437..8fbb517e 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -276,6 +276,7 @@ protocolNew("unstable/text-input/text-input-unstable-v3.xml" "text-input-unstabl protocolNew("unstable/pointer-constraints/pointer-constraints-unstable-v1.xml" "pointer-constraints-unstable-v1" false) protocolNew("staging/xdg-activation/xdg-activation-v1.xml" "xdg-activation-v1" false) protocolNew("staging/ext-idle-notify/ext-idle-notify-v1.xml" "ext-idle-notify-v1" false) +protocolNew("staging/ext-session-lock/ext-session-lock-v1.xml" "ext-session-lock-v1" false) # tools add_subdirectory(hyprctl) |