mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +02:00
meson: use a local copy of wlr-layer-shell-unstable-v1.xml
When downloading a copy of the f00bar repository (for example, a released version), submodules are not included. Thus, to enable building from such source trees, use a local copy instead. Note: we still keep the submodule, for easy updating.
This commit is contained in:
parent
f73c4e098a
commit
c1d32af58e
2 changed files with 286 additions and 1 deletions
|
@ -25,7 +25,7 @@ if backend_wayland
|
|||
|
||||
generated_wayland_protocols = []
|
||||
foreach prot : [
|
||||
'../external/wlr-protocols/unstable/wlr-layer-shell-unstable-v1.xml',
|
||||
'../external/wlr-layer-shell-unstable-v1.xml',
|
||||
wayland_protocols_datadir + '/stable/xdg-shell/xdg-shell.xml',
|
||||
wayland_protocols_datadir + '/unstable/xdg-output/xdg-output-unstable-v1.xml']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue