diff options
author | Vaxry <[email protected]> | 2024-05-01 16:41:17 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-05-01 16:41:17 +0100 |
commit | 8bcccf9f0f0f69986e315d4288dfdbf119dd19db (patch) | |
tree | eebb6714fc1e41a0df2784ed22752f0efe2bbdc1 /CMakeLists.txt | |
parent | 4ed6b69b68a544a81cec583a1ad8aff218f7db5d (diff) | |
download | Hyprland-8bcccf9f0f0f69986e315d4288dfdbf119dd19db.tar.gz Hyprland-8bcccf9f0f0f69986e315d4288dfdbf119dd19db.zip |
ime-v2: 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 8fbb517e..abdcd967 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -261,6 +261,7 @@ protocol("unstable/text-input/text-input-unstable-v1.xml" "text-input-unstable-v protocolNew("protocols/wlr-gamma-control-unstable-v1.xml" "wlr-gamma-control-unstable-v1" true) protocolNew("protocols/wlr-foreign-toplevel-management-unstable-v1.xml" "wlr-foreign-toplevel-management-unstable-v1" true) protocolNew("protocols/wlr-output-power-management-unstable-v1.xml" "wlr-output-power-management-unstable-v1" true) +protocolNew("protocols/input-method-unstable-v2.xml" "input-method-unstable-v2" true) protocolNew("staging/tearing-control/tearing-control-v1.xml" "tearing-control-v1" false) protocolNew("staging/fractional-scale/fractional-scale-v1.xml" "fractional-scale-v1" false) protocolNew("unstable/xdg-output/xdg-output-unstable-v1.xml" "xdg-output-unstable-v1" false) |