diff options
author | Iñigo Martínez <inigomartinez@gmail.com> | 2018-01-15 11:59:57 +0100 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2018-01-17 19:02:57 -0200 |
commit | d7012d033782869be146e876c7f10d451a906058 (patch) | |
tree | 665c79321fc22c78298e53c8577aa29d65b43f42 /.gitmodules | |
parent | f24b528695296d4c5a373e4562b089a04c77dc86 (diff) | |
download | gnome-control-center-d7012d033782869be146e876c7f10d451a906058.tar.gz |
build: Move libgd and gvc modules to subprojects
In order to share the libgd and gvc modules between autotools and
meson, this patch moves their directories to subprojects
directory and updates autotools.
https://bugzilla.gnome.org/show_bug.cgi?id=785414
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index f096bd7f7..7dfb45360 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ -[submodule "panels/sound/gvc"] - path = panels/sound/gvc +[submodule "subprojects/gvc"] + path = subprojects/gvc url = git://git.gnome.org/libgnome-volume-control -[submodule "libgd"] - path = libgd +[submodule "subprojects/libgd"] + path = subprojects/libgd url = git://git.gnome.org/libgd |