Re: [Spice-devel] [PATCH spice-gtk] meson: Fix usage of add_project_arguments()

2018-09-03 Thread Frediano Ziglio
> > This function does accept a list of arguments, so there is no need to > iterate over it. > > Signed-off-by: Eduardo Lima (Etrunko) Acked-by: Frediano Ziglio But I'd like to see CI fixes merged before this one. I cannot understand why "meson test" fails, Meson fails with a weird Python sta

[Spice-devel] [PATCH spice-gtk] meson: Fix usage of add_project_arguments()

2018-08-30 Thread Eduardo Lima (Etrunko)
This function does accept a list of arguments, so there is no need to iterate over it. Signed-off-by: Eduardo Lima (Etrunko) --- meson.build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index f893733..cf01abf 100644 --- a/meson.build +++ b/me