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

7
.gitmodules vendored
View file

@ -1,3 +1,4 @@
[submodule "external/wlroots"]
path = external/wlroots
url = https://github.com/swaywm/wlroots.git
[submodule "external/wlr-protocols"]
path = external/wlr-protocols
url = https://github.com/swaywm/wlr-protocols.git
branch = master