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:
Daniel Eklöf 2019-05-07 20:42:19 +02:00
parent f73c4e098a
commit c1d32af58e
2 changed files with 286 additions and 1 deletions

View file

@ -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']