mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-12 23:05:59 +01:00
fix relative protocol paths
CI fix
This commit is contained in:
parent
22384869a6
commit
65db3a7bd3
1 changed files with 1 additions and 0 deletions
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue