summaryrefslogtreecommitdiff
path: root/build-aux/meson/check_libgd.sh
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2017-03-24 14:46:31 +0200
committerErnestas Kulik <ernestask@gnome.org>2017-03-27 12:45:56 +0300
commitec2af08b38f689607392bf24ee1704f071cb81f8 (patch)
treedc6dfaaf209401ebfce767004370476fe6c87fc0 /build-aux/meson/check_libgd.sh
parentf63a5881387f0d97684d1c57ba38ce06d3f75008 (diff)
downloadnautilus-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 'build-aux/meson/check_libgd.sh')
-rwxr-xr-xbuild-aux/meson/check_libgd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/meson/check_libgd.sh b/build-aux/meson/check_libgd.sh
index f1fabc0c3..9d66d6a6c 100755
--- a/build-aux/meson/check_libgd.sh
+++ b/build-aux/meson/check_libgd.sh
@@ -4,5 +4,5 @@ if [ ! -f "${MESON_SOURCE_ROOT}/libgd/meson.build" ]
then
git \
--git-dir="${MESON_SOURCE_ROOT}/.git" \
- submodule update --init libgd
+ submodule update --init subprojects/libgd
fi