7f4e914b00
When using the meson build system, gvc will be built as a subproject. As meson restricts submodules to a subprojects/ directory in the source tree root, move the submodule there. https://bugzilla.gnome.org/show_bug.cgi?id=783229
7 lines
227 B
Plaintext
7 lines
227 B
Plaintext
[submodule "data/theme/gnome-shell-sass"]
|
|
path = data/theme/gnome-shell-sass
|
|
url = git://git.gnome.org/gnome-shell-sass
|
|
[submodule "subprojects/gvc"]
|
|
path = subprojects/gvc
|
|
url = git://git.gnome.org/libgnome-volume-control
|