build(deps): use submodules for wayland protocols (#1731)

This commit is contained in:
ReenigneArcher
2023-10-10 16:13:52 -04:00
committed by GitHub
parent 395d572b17
commit f1cd94638f
8 changed files with 18 additions and 430 deletions

8
.gitmodules vendored
View File

@@ -58,3 +58,11 @@
path = third-party/ffmpeg-linux-powerpc64le
url = https://github.com/LizardByte/build-deps
branch = ffmpeg-linux-powerpc64le
[submodule "third-party/wayland-protocols"]
path = third-party/wayland-protocols
url = https://gitlab.freedesktop.org/wayland/wayland-protocols
branch = main
[submodule "third-party/wlr-protocols"]
path = third-party/wlr-protocols
url = https://gitlab.freedesktop.org/wlroots/wlr-protocols
branch = master