Re: [gentoo-dev] [PATCH] meson.eclass: stop calling ninja

2021-08-24 Thread Mike Gilbert
On Tue, Aug 24, 2021 at 1:35 AM William Hubbs wrote: > > Use the compile and install subcommands of meson instead of calling > ninja. This allows for the possibility of a different back end. > > Signed-off-by: William Hubbs > --- > eclass/meson.eclass | 24 +--- > 1 file

Re: [gentoo-dev] [PATCH] meson.eclass: stop calling ninja

2021-08-24 Thread Mike Gilbert
On Tue, Aug 24, 2021 at 3:59 AM Florian Schmaus wrote: > > On 24/08/2021 07.35, William Hubbs wrote: > > Use the compile and install subcommands of meson instead of calling > > ninja. This allows for the possibility of a different back end. > > > > Signed-off-by: William Hubbs > > --- > >

Re: [gentoo-dev] [PATCH] meson.eclass: stop calling ninja

2021-08-24 Thread Florian Schmaus
On 24/08/2021 07.35, William Hubbs wrote: Use the compile and install subcommands of meson instead of calling ninja. This allows for the possibility of a different back end. Signed-off-by: William Hubbs --- eclass/meson.eclass | 24 +--- 1 file changed, 21 insertions(+),

Re: [gentoo-dev] [PATCH] meson.eclass: stop calling ninja

2021-08-24 Thread Michał Górny
On Tue, 2021-08-24 at 00:35 -0500, William Hubbs wrote: > Use the compile and install subcommands of meson instead of calling > ninja. This allows for the possibility of a different back end. > > Signed-off-by: William Hubbs > --- > eclass/meson.eclass | 24 +--- > 1 file

[gentoo-dev] [PATCH] meson.eclass: stop calling ninja

2021-08-23 Thread William Hubbs
Use the compile and install subcommands of meson instead of calling ninja. This allows for the possibility of a different back end. Signed-off-by: William Hubbs --- eclass/meson.eclass | 24 +--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git