mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +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>
This commit is contained in:
parent
12bb3a601d
commit
6398ee8dc5
2 changed files with 2 additions and 2 deletions
|
|
@ -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