-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
35 lines (35 loc) · 1.09 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[submodule "wlroots"]
path = wlroots
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
branch = main
update = rebase
[submodule "libdisplay-info"]
path = libdisplay-info
url = https://gitlab.freedesktop.org/emersion/libdisplay-info.git
branch = main
update = rebase
[submodule "hwdata"]
path = hwdata
url = https://github.com/vcrhonek/hwdata.git
branch = main
update = rebase
[submodule "wayland-protocols"]
path = wayland-protocols
url = https://gitlab.freedesktop.org/wayland/wayland-protocols.git
branch = main
update = rebase
[submodule "pixman"]
path = pixman
url = https://gitlab.freedesktop.org/pixman/pixman.git
branch = main
update = rebase
[submodule "drm"]
path = drm
url = https://gitlab.freedesktop.org/mesa/drm.git
branch = main
update = rebase
[submodule "wayland"]
path = wayland
url = https://gitlab.freedesktop.org/wayland/wayland.git
branch = main
update = rebase