mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
6 lines
227 B
Text
6 lines
227 B
Text
[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
|