aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-04-21 19:30:23 +0100
committerVaxry <[email protected]>2024-04-21 19:30:23 +0100
commit4954dcbbb352a72d41b43a6ab107388c17a0b21b (patch)
treec6023964f0a100eee801f44fc587d794f358c99f /CMakeLists.txt
parent55f1f3fedfc6dc5da7f304bdfc8296a0a056f781 (diff)
downloadHyprland-4954dcbbb352a72d41b43a6ab107388c17a0b21b.tar.gz
Hyprland-4954dcbbb352a72d41b43a6ab107388c17a0b21b.zip
relative-pointer: move to new impl
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aa3219d9..009093ed 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -266,6 +266,7 @@ protocolNew("staging/fractional-scale/fractional-scale-v1.xml" "fractional-scale
protocolNew("unstable/xdg-output/xdg-output-unstable-v1.xml" "xdg-output-unstable-v1" false)
protocolNew("staging/cursor-shape/cursor-shape-v1.xml" "cursor-shape-v1" false)
protocolNew("unstable/idle-inhibit/idle-inhibit-unstable-v1.xml" "idle-inhibit-unstable-v1" false)
+protocolNew("unstable/relative-pointer/relative-pointer-unstable-v1.xml" "relative-pointer-unstable-v1" false)
# tools
add_subdirectory(hyprctl)