Re: [PATCH v4 1/2] build: allow to conditionally build apps

2022-10-28 Thread David Marchand
On Fri, Oct 14, 2022 at 10:45 AM Bruce Richardson wrote: > > On Fri, Oct 14, 2022 at 09:51:17AM +0200, Markus Theil wrote: > > Makes apps configurable from meson, like already > > possible for drivers. > > > > Signed-off-by: Markus Theil > Acked-by: Bruce Richardson Series applied, thanks. I'll

Re: [PATCH v4 1/2] build: allow to conditionally build apps

2022-10-27 Thread Markus Theil
On 10/27/22 16:22, David Marchand wrote: On Thu, Oct 27, 2022 at 3:13 PM David Marchand wrote: On Fri, Oct 14, 2022 at 9:51 AM Markus Theil wrote: Makes apps configurable from meson, like already possible for drivers. Signed-off-by: Markus Theil With these new options, it's hard to tell wh

Re: [PATCH v4 1/2] build: allow to conditionally build apps

2022-10-27 Thread David Marchand
On Thu, Oct 27, 2022 at 3:13 PM David Marchand wrote: > > On Fri, Oct 14, 2022 at 9:51 AM Markus Theil > wrote: > > > > Makes apps configurable from meson, like already > > possible for drivers. > > > > Signed-off-by: Markus Theil > > With these new options, it's hard to tell which and why some

Re: [PATCH v4 1/2] build: allow to conditionally build apps

2022-10-27 Thread David Marchand
On Fri, Oct 14, 2022 at 9:51 AM Markus Theil wrote: > > Makes apps configurable from meson, like already > possible for drivers. > > Signed-off-by: Markus Theil With these new options, it's hard to tell which and why some application is built (or not). Can we have an output similar to libraries

Re: [PATCH v4 1/2] build: allow to conditionally build apps

2022-10-14 Thread Bruce Richardson
On Fri, Oct 14, 2022 at 09:51:17AM +0200, Markus Theil wrote: > Makes apps configurable from meson, like already > possible for drivers. > > Signed-off-by: Markus Theil > --- Seems reasonable enough. Acked-by: Bruce Richardson