Subprojects' default branch should be fine (indicated with `head` in wrap-git), so there's no need to be specific with `main` or `master` revisions or similar. Should be more robust in case the main branch ever changes names. Furthermore, we can limit the git clone depth to 1, which can be a lot faster, especially for gtk.
5 lines
89 B
Plaintext
5 lines
89 B
Plaintext
[wrap-git]
|
|
url = https://gitlab.gnome.org/GNOME/libadwaita.git
|
|
revision = head
|
|
depth = 1
|