diff options
author | Ikalco <[email protected]> | 2024-07-29 11:14:19 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-29 18:14:19 +0200 |
commit | 60b663e2765c4cdb7e14fff75c4f88bf7ae312e2 (patch) | |
tree | db6ee9dac9da1e2a1b584927543c542e31c62f80 /CMakeLists.txt | |
parent | 01560c9d7ccd0beec1a9c190862ee325e6f3c45e (diff) | |
download | Hyprland-60b663e2765c4cdb7e14fff75c4f88bf7ae312e2.tar.gz Hyprland-60b663e2765c4cdb7e14fff75c4f88bf7ae312e2.zip |
protocols: move text-input-v1 to hyprwayland-scanner (#7096)
* move text-input-v1 to hyprwayland-scanner
* vro
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d9411075..550f1dc5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -292,10 +292,7 @@ protocol( "subprojects/hyprland-protocols/protocols/hyprland-global-shortcuts-v1.xml" "hyprland-global-shortcuts-v1" true) -protocol( - "unstable/text-input/text-input-unstable-v1.xml" - "text-input-unstable-v1" false) - +protocolnew("unstable/text-input" "text-input-unstable-v1" false) protocolnew("subprojects/hyprland-protocols/protocols" "hyprland-toplevel-export-v1" true) protocolnew("protocols" "wlr-screencopy-unstable-v1" true) protocolnew("protocols" "wlr-gamma-control-unstable-v1" true) |