Switch to fetching gvc via a meson subproject

Hopefully this will avoid the accidental subprojects/gvc changes.

Developers need to switch from doing

    git submodule update

to

    meson subprojects update

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3353>
This commit is contained in:
Jonas Ådahl 2024-05-30 21:52:29 +02:00
parent 0f30bfdd53
commit 5649ad6752
3 changed files with 6 additions and 4 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "subprojects/gvc"]
path = subprojects/gvc
url = ../../GNOME/libgnome-volume-control.git

@ -1 +0,0 @@
Subproject commit 91f3f41490666a526ed78af744507d7ee1134323

6
subprojects/gvc.wrap Normal file
View File

@ -0,0 +1,6 @@
[wrap-git]
directory=gvc
url=https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
push-url=ssh://git@gitlab.gnome.org:GNOME/libgnome-volume-control.git
revision=5f9768a2eac29c1ed56f1fbb449a77a3523683b6
depth=1