Re: [Spice-devel] [PATCH spice-server 2/2] meson: Remove a warning in spice-common

2019-08-29 Thread Frediano Ziglio
> > On 8/29/19 1:26 AM, Frediano Ziglio wrote: > > This will drop the following warning: > > "Project targetting '>= 0.48.0' but tried to use feature introduced > > in '0.50.0': install arg in configure_file" > > > > This brings in the following changes: > > > > Frediano Ziglio (5): > > co

Re: [Spice-devel] [PATCH spice-server 2/2] meson: Remove a warning in spice-common

2019-08-29 Thread Eduardo Lima (Etrunko)
On 8/29/19 1:26 AM, Frediano Ziglio wrote: > This will drop the following warning: > "Project targetting '>= 0.48.0' but tried to use feature introduced > in '0.50.0': install arg in configure_file" > > This brings in the following changes: > > Frediano Ziglio (5): > codegen: Use has_end_at

[Spice-devel] [PATCH spice-server 2/2] meson: Remove a warning in spice-common

2019-08-28 Thread Frediano Ziglio
This will drop the following warning: "Project targetting '>= 0.48.0' but tried to use feature introduced in '0.50.0': install arg in configure_file" This brings in the following changes: Frediano Ziglio (5): codegen: Use has_end_attr instead of has_attr("end") codegen: Exit with erro