From: Stefan Schantl Date: Wed, 29 Mar 2023 11:40:16 +0000 (+0200) Subject: meson: Avoid calling meson without setup is deprecated X-Git-Tag: 0.9.29~207 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5dcadd941966c14bfbc9ed12c55c29485a40fe00;p=pakfire.git meson: Avoid calling meson without setup is deprecated Calling meson without setup as argument when configure a project is deprecated since a while by the meson developers. To avoid any problems in future adding this argument. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/macros/meson.macro b/macros/meson.macro index 28c370fc4..951bd737c 100644 --- a/macros/meson.macro +++ b/macros/meson.macro @@ -10,6 +10,7 @@ build _smp_mesonflags = %{PARALLELISMFLAGS} meson = %{__meson} \ + setup \ --buildtype=plain \ --prefix=%{prefix} \ --libdir=%{libdir} \