forked from phkaeser/wlmaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
50 lines (50 loc) · 1.8 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[submodule "submodules/libbase"]
path = submodules/libbase
url = ../libbase
branch = main
update = rebase
[submodule "dependencies/drm"]
path = dependencies/drm
url = https://gitlab.freedesktop.org/mesa/drm.git
branch = main
update = rebase
[submodule "dependencies/pixman"]
path = dependencies/pixman
url = https://gitlab.freedesktop.org/pixman/pixman.git
branch = master
update = rebase
[submodule "dependencies/wayland"]
path = dependencies/wayland
url = https://gitlab.freedesktop.org/wayland/wayland.git
branch = main
update = rebase
[submodule "dependencies/wayland-protocols"]
path = dependencies/wayland-protocols
url = https://gitlab.freedesktop.org/wayland/wayland-protocols.git
branch = main
update = rebase
[submodule "dependencies/seatd"]
path = dependencies/seatd
# Main site at https://git.sr.ht/~kennylevinsen/seatd, but mirrored to github:
url = https://github.com/kennylevinsen/seatd.git
branch = master
update = rebase
[submodule "dependencies/hwdata"]
path = dependencies/hwdata
url = https://github.com/vcrhonek/hwdata.git
branch = master
ignore = dirty
update = rebase
[submodule "dependencies/libdisplay-info"]
path = dependencies/libdisplay-info
url = https://gitlab.freedesktop.org/emersion/libdisplay-info.git
branch = main
update = rebase
[submodule "dependencies/wlroots"]
path = dependencies/wlroots
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
branch = master
update = rebase
[submodule "examples/gtk-layer-shell"]
path = examples/gtk-layer-shell
url = https://github.com/wmww/gtk-layer-shell.git