From 99dfc988ebe79ff5461fc01a246916becf0c9c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Mon, 5 Dec 2022 14:45:45 +0200 Subject: Use meson setup [options] in meson RPM macro Fixes the following warning when building a rpm pkg using %meson macro: WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated. --- data/macros.meson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/macros.meson b/data/macros.meson index cc4953c..f5e3a15 100644 --- a/data/macros.meson +++ b/data/macros.meson @@ -4,7 +4,7 @@ %meson \ %set_build_flags \ - %{shrink:%{__meson} \ + %{shrink:%{__meson} setup \ --buildtype=plain \ --prefix=%{_prefix} \ --libdir=%{_libdir} \ -- cgit v1.1