blob: fb0b1df820f4b383a8ffdb2d64be04bc29ec62d1 [file] [log] [blame]
#!/bin/bash
set -e
git clone --depth 1 --no-tags https://gitlab.gnome.org/GNOME/glib.git
meson subprojects download --sourcedir glib
rm glib/subprojects/*.wrap
mv glib/subprojects/ .
rm -rf glib