diff options
author | Vaxry <[email protected]> | 2024-05-25 22:43:51 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-25 22:43:51 +0200 |
commit | addd3e7f1aeb670dd91d26005aaeccce3efb1ae7 (patch) | |
tree | 7eae3cf1d780ab84ff34ee0fce5ed85d9ee69c90 /protocols | |
parent | a71207434c0bc2c8e05e94b1619e68059a002879 (diff) | |
download | Hyprland-addd3e7f1aeb670dd91d26005aaeccce3efb1ae7.tar.gz Hyprland-addd3e7f1aeb670dd91d26005aaeccce3efb1ae7.zip |
xwayland: move to hyprland impl (#6086)
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 2c331e4b..f491bb09 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -63,6 +63,7 @@ new_protocols = [ [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_protocol_dir, 'staging/xwayland-shell/xwayland-shell-v1.xml'], ] wl_protos_src = [] |