mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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>
(cherry picked from commit 5649ad6752)
This commit is contained in:
parent
ebd10437ac
commit
d13aae0a1c
3 changed files with 6 additions and 4 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
6
subprojects/gvc.wrap
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue