diff options
author | Vaxry <[email protected]> | 2022-12-12 14:56:42 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-12 14:56:42 +0000 |
commit | 111d209bff5448c3a55e07f344cf89715536bba4 (patch) | |
tree | 4b21cff5e0e3a52eac48b9b8fb39b50b0c4c9417 /protocols/meson.build | |
parent | b45a2134135d6d6269ba374372c93361c799d6b8 (diff) | |
download | Hyprland-111d209bff5448c3a55e07f344cf89715536bba4.tar.gz Hyprland-111d209bff5448c3a55e07f344cf89715536bba4.zip |
Added toplevel handle sharing Rev2 (#1203)v0.19.2beta
* Added toplevel handle sharing
* nix: fix build
* update hyprland-protocols
Co-authored-by: Mihai Fufezan <[email protected]>
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 d75acb3a..394ca1b8 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -21,6 +21,7 @@ wayland_scanner = find_program( protocols = [ [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'], [wl_protocol_dir, 'unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml'], + ['wlr-foreign-toplevel-management-unstable-v1.xml'], ['wlr-layer-shell-unstable-v1.xml'], ['wlr-output-power-management-unstable-v1.xml'], ['ext-workspace-unstable-v1.xml'], |