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:
parent
12bb3a601d
commit
6398ee8dc5
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user