From 99dfc988ebe79ff5461fc01a246916becf0c9c5c Mon Sep 17 00:00:00 2001 From: Jani Välimaa 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(-) (limited to 'data') diff --git a/data/macros.meson b/data/macros.meson index cc4953c5f..f5e3a15fd 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.2.3