diff options
author | Vaxry <[email protected]> | 2024-04-24 21:12:26 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-24 21:36:56 +0100 |
commit | 3878f806ff771651829977a01b84313c34997285 (patch) | |
tree | d65c85b54898a98e197f97fc42c2af1fbfebdf65 /protocols | |
parent | d86eec332fb3843d24b1f79ecc36f792b5d04773 (diff) | |
download | Hyprland-3878f806ff771651829977a01b84313c34997285.tar.gz Hyprland-3878f806ff771651829977a01b84313c34997285.zip |
pointer-gestures: move to new impl
Diffstat (limited to 'protocols')
-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 c431a31c..9170f7f2 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -49,6 +49,7 @@ new_protocols = [ [wl_protocol_dir, 'unstable/xdg-decoration/xdg-decoration-unstable-v1.xml'], [wl_protocol_dir, 'staging/alpha-modifier/alpha-modifier-v1.xml'], [wl_protocol_dir, 'staging/ext-foreign-toplevel-list/ext-foreign-toplevel-list-v1.xml'], + [wl_protocol_dir, 'unstable/pointer-gestures/pointer-gestures-unstable-v1.xml'], ] wl_protos_src = [] |