summaryrefslogtreecommitdiff
path: root/build-aux/meson/check_libgd.sh
blob: f1fabc0c3ec7a11ff3f35b7e6071135bbd00b601 (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 libgd
fi