Switch to "meson setup"

Fixes this warning:

    WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
This commit is contained in:
Simon Ser 2023-02-22 11:01:04 +01:00
parent b33ab26fe7
commit 254c5fc752
4 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@ sources:
tasks:
- setup: |
cd wlroots
meson build --fatal-meson-warnings --default-library=both -Dauto_features=enabled -Dxcb-errors=disabled
meson setup build --fatal-meson-warnings --default-library=both -Dauto_features=enabled -Dxcb-errors=disabled
- build: |
cd wlroots
ninja -C build