Re: [Spice-devel] [PATCH spice-common v2] Add support for building with meson/ninja

2018-05-23 Thread Jonathon Jongsma
On Wed, 2018-05-23 at 11:24 -0300, Eduardo Lima (Etrunko) wrote: > > > > > > At the moment spice-common appears to require 2.22. Is there > > > something > > > we need from 2.46? If we do need to bump the version, it could > > > probably > > > be done in a separate commit from the meson patches? >

Re: [Spice-devel] [PATCH spice-common v2] Add support for building with meson/ninja

2018-05-23 Thread Eduardo Lima (Etrunko)
On 23/05/18 09:05, Frediano Ziglio wrote: >> >> On Fri, 2018-05-18 at 11:57 -0300, Eduardo Lima (Etrunko) wrote: >>> In a comparison with current autotools build system, meson/ninja >>> provides a huge improvement in build speed, while keeping the same >>> functionalities currently available and be

Re: [Spice-devel] [PATCH spice-common v2] Add support for building with meson/ninja

2018-05-23 Thread Frediano Ziglio
> > On Fri, 2018-05-18 at 11:57 -0300, Eduardo Lima (Etrunko) wrote: > > In a comparison with current autotools build system, meson/ninja > > provides a huge improvement in build speed, while keeping the same > > functionalities currently available and being considered more user > > friendly. > >

Re: [Spice-devel] [PATCH spice-common v2] Add support for building with meson/ninja

2018-05-18 Thread Jonathon Jongsma
On Fri, 2018-05-18 at 11:57 -0300, Eduardo Lima (Etrunko) wrote: > In a comparison with current autotools build system, meson/ninja > provides a huge improvement in build speed, while keeping the same > functionalities currently available and being considered more user > friendly. > > The new syst

[Spice-devel] [PATCH spice-common v2] Add support for building with meson/ninja

2018-05-18 Thread Eduardo Lima (Etrunko)
In a comparison with current autotools build system, meson/ninja provides a huge improvement in build speed, while keeping the same functionalities currently available and being considered more user friendly. The new system coexists within the same repository with the current one, so we can do mor