diff options
author | Ernestas Kulik <ernestask@gnome.org> | 2017-03-24 14:46:31 +0200 |
---|---|---|
committer | Ernestas Kulik <ernestask@gnome.org> | 2017-03-27 12:45:56 +0300 |
commit | ec2af08b38f689607392bf24ee1704f071cb81f8 (patch) | |
tree | dc6dfaaf209401ebfce767004370476fe6c87fc0 /.gitmodules | |
parent | f63a5881387f0d97684d1c57ba38ce06d3f75008 (diff) | |
download | nautilus-ec2af08b38f689607392bf24ee1704f071cb81f8.tar.gz |
libgd: move submodule to a subdirectory
Meson looks for subprojects in subprojects/ by default. Since Autotools
is no longer a resident here, the submodule should be moved to the
subdirectory, instead of being linked to.
https://bugzilla.gnome.org/show_bug.cgi?id=780501
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index bfd964e3a..054b71cc1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "libgd"] - path = libgd - url = git://git.gnome.org/libgd +[submodule "subprojects/libgd"] + path = subprojects/libgd + url = https://git.gnome.org/browse/libgd |