summaryrefslogtreecommitdiff
path: root/build-aux/meson/check_libgd.sh
blob: 9d66d6a6c88db7cba470d20e77b33e4ea91eb718 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ ! -f "${MESON_SOURCE_ROOT}/libgd/meson.build" ]
then
    git \
        --git-dir="${MESON_SOURCE_ROOT}/.git" \
        submodule update --init subprojects/libgd
fi