diff options
author | Simon Ser <contact@emersion.fr> | 2023-02-22 11:01:04 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-02-22 11:01:04 +0100 |
commit | 254c5fc75225ef970ae1786dc17a129ab33c844e (patch) | |
tree | fb5e6185f077d3a6c9869744df87f9237b468a2c /.builds/alpine.yml | |
parent | b33ab26fe7138f16dedd12ed360548e886408f30 (diff) |
Switch to "meson setup"
Fixes this warning:
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
Diffstat (limited to '.builds/alpine.yml')
-rw-r--r-- | .builds/alpine.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 6df07fab..a2c90953 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -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 |