subprojects: Stop running meson without subcommand

Invoking meson with no command is deprecated in favor of
`meson setup`.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2712>
This commit is contained in:
Florian Müllner 2023-03-22 14:00:56 +01:00 committed by Marge Bot
parent 12bb3a601d
commit 6398ee8dc5
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ done
builddir=$(mktemp -d -p.)
meson $builddir
meson setup $builddir
meson compile -C $builddir gnome-extensions-app-pot
meson compile -C $builddir gnome-extensions-app-update-po

View File

@ -12,7 +12,7 @@ done
builddir=$(mktemp -d -p.)
meson -Dman=False $builddir
meson setup -Dman=False $builddir
meson compile -C $builddir gnome-extensions-tool-pot
meson compile -C $builddir gnome-extensions-tool-update-po