diff options
author | vaxerski <[email protected]> | 2022-11-05 13:39:16 +0000 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-11-05 13:46:58 +0000 |
commit | 65db3a7bd371db99fba79799ee817054f13c2977 (patch) | |
tree | a0b6f2c3fc5f8ff5d1904d86a2ce302fbeb826a8 /protocols | |
parent | 22384869a63e5c9c46f2cfbd0c914ceb01ca9a2e (diff) | |
download | Hyprland-65db3a7bd371db99fba79799ee817054f13c2977.tar.gz Hyprland-65db3a7bd371db99fba79799ee817054f13c2977.zip |
fix relative protocol paths
CI fix
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 27d329a5..127406d9 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -13,6 +13,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-layer-shell-unstable-v1.xml'], ['wlr-output-power-management-unstable-v1.xml'], ['ext-workspace-unstable-v1.xml'], |