mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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>
(cherry picked from commit 6398ee8dc5)
This commit is contained in:
parent
9777594fe9
commit
0db98d5ac6
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue