diff options
author | Vaxry <[email protected]> | 2024-05-06 02:15:26 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-05-09 13:37:39 +0100 |
commit | 84e8d1810d57b65a0bc3b5ac2998bc023df880f4 (patch) | |
tree | cd313a14333c06765dc149c9339d595c13eafd72 /CMakeLists.txt | |
parent | ed411f53bdcf8d455f9e6ca769693aa84dc8372f (diff) | |
download | Hyprland-84e8d1810d57b65a0bc3b5ac2998bc023df880f4.tar.gz Hyprland-84e8d1810d57b65a0bc3b5ac2998bc023df880f4.zip |
Tablet: move to new impl
Ring and strip are not implemented. Will I implement this? God fucking knows. Nobody seems to have that anyways.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f491e100..513f06bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -251,7 +251,6 @@ target_link_libraries(Hyprland uuid ) -protocol("protocols/tablet-unstable-v2.xml" "tablet-unstable-v2" true) protocol("protocols/wlr-layer-shell-unstable-v1.xml" "wlr-layer-shell-unstable-v1" true) protocol("protocols/wlr-screencopy-unstable-v1.xml" "wlr-screencopy-unstable-v1" true) protocol("subprojects/hyprland-protocols/protocols/hyprland-global-shortcuts-v1.xml" "hyprland-global-shortcuts-v1" true) @@ -285,6 +284,7 @@ protocolNew("unstable/pointer-constraints/pointer-constraints-unstable-v1.xml" " 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) +protocolNew("stable/tablet/tablet-v2.xml" "tablet-v2" false) # tools add_subdirectory(hyprctl) |