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

2022-10-13 Thread Bruce Richardson
On Thu, Oct 13, 2022 at 05:11:38PM +0200, Markus Theil wrote: > On 10/12/22 17:19, Bruce Richardson wrote: > > On Wed, Oct 12, 2022 at 04:47:03PM +0200, Markus Theil wrote: > > > Makes apps configureable from meson, like already > > > possible for drivers. > > > > > > Signed-off-by: Markus Theil

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

2022-10-13 Thread Markus Theil
On 10/12/22 17:19, Bruce Richardson wrote: On Wed, Oct 12, 2022 at 04:47:03PM +0200, Markus Theil wrote: Makes apps configureable from meson, like already possible for drivers. Signed-off-by: Markus Theil --- app/meson.build | 17 - meson_options.txt | 4 2 files ch

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

2022-10-12 Thread Bruce Richardson
On Wed, Oct 12, 2022 at 04:47:03PM +0200, Markus Theil wrote: > Makes apps configureable from meson, like already > possible for drivers. > > Signed-off-by: Markus Theil > --- > app/meson.build | 17 - > meson_options.txt | 4 > 2 files changed, 16 insertions(+), 5 deleti

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

2022-10-12 Thread Markus Theil
Makes apps configureable from meson, like already possible for drivers. Signed-off-by: Markus Theil --- app/meson.build | 17 - meson_options.txt | 4 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/app/meson.build b/app/meson.build index 93d8c15032..4d9c8