diff options
author | Vaxry <[email protected]> | 2024-05-13 21:47:59 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-05-14 23:13:35 +0100 |
commit | 94c20a186372aace78b188842848b873eb3ebbd7 (patch) | |
tree | b7bc6aa3de054c2234d0db0836d720717b7354d6 /CMakeLists.txt | |
parent | 3eeaea5be9324121678774761c0226fe98bf7e5b (diff) | |
download | Hyprland-94c20a186372aace78b188842848b873eb3ebbd7.tar.gz Hyprland-94c20a186372aace78b188842848b873eb3ebbd7.zip |
primary-selection: move to hyprland impl
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3cdae161..9897185f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -293,6 +293,7 @@ protocolNew("staging/ext-session-lock/ext-session-lock-v1.xml" "ext-session-lock protocolNew("stable/tablet/tablet-v2.xml" "tablet-v2" false) protocolNew("stable/presentation-time/presentation-time.xml" "presentation-time" false) protocolNew("stable/xdg-shell/xdg-shell.xml" "xdg-shell" false) +protocolNew("unstable/primary-selection/primary-selection-unstable-v1.xml" "primary-selection-unstable-v1" false) protocolWayland() |