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 /protocols/meson.build | |
parent | 3eeaea5be9324121678774761c0226fe98bf7e5b (diff) | |
download | Hyprland-94c20a186372aace78b188842848b873eb3ebbd7.tar.gz Hyprland-94c20a186372aace78b188842848b873eb3ebbd7.zip |
primary-selection: move to hyprland impl
Diffstat (limited to 'protocols/meson.build')
-rw-r--r-- | protocols/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/meson.build b/protocols/meson.build index d583c466..6b0b4d18 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -62,6 +62,7 @@ new_protocols = [ [wl_protocol_dir, 'stable/tablet/tablet-v2.xml'], [wl_protocol_dir, 'stable/presentation-time/presentation-time.xml'], [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'], + [wl_protocol_dir, 'unstable/primary-selection/primary-selection-unstable-v1.xml'], ] wl_protos_src = [] |