Files
gnome-control-center/subprojects/libadwaita.wrap
Matthijs Velsink 528ef77f4f meson: Use default branch and depth 1 for git wraps
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.
2024-07-01 11:57:27 +00:00

5 lines
89 B
Plaintext

[wrap-git]
url = https://gitlab.gnome.org/GNOME/libadwaita.git
revision = head
depth = 1