Pull in wlr-protocols instead of wlroots

We're not interested in anything in wlroots, except the wlr protocols.
This commit is contained in:
Daniel Eklöf 2019-02-12 19:59:24 +01:00
parent 6a30f66894
commit 1e466a24ba
4 changed files with 6 additions and 5 deletions

View file

@ -43,7 +43,7 @@ if (ENABLE_WAYLAND)
wayland_protocol(
wayland_protos
${PROJECT_SOURCE_DIR}/external/wlroots/protocol/wlr-layer-shell-unstable-v1.xml
${PROJECT_SOURCE_DIR}/external/wlr-protocols/unstable/wlr-layer-shell-unstable-v1.xml
${WAYLAND_PROTOCOLS}/stable/xdg-shell/xdg-shell.xml
${WAYLAND_PROTOCOLS}/unstable/xdg-output/xdg-output-unstable-v1.xml
)