Re: [PATCH] build: raise error if requested application is unbuildable

2024-06-25 Thread David Marchand
On Tue, Jun 18, 2024 at 2:57 PM Bruce Richardson wrote: > On Tue, Jun 18, 2024 at 02:51:12PM +0200, David Marchand wrote: > > Similarly to libraries, when setting a list of desired applications, > > report if some application cannot be built because of a missing > > dependency. > > > > Signed-off-

Re: [PATCH] build: raise error if requested application is unbuildable

2024-06-18 Thread Tyler Retzlaff
On Tue, Jun 18, 2024 at 02:51:12PM +0200, David Marchand wrote: > Similarly to libraries, when setting a list of desired applications, > report if some application cannot be built because of a missing > dependency. > > Signed-off-by: David Marchand > --- Acked-by: Tyler Retzlaff

Re: [PATCH] build: raise error if requested application is unbuildable

2024-06-18 Thread Bruce Richardson
On Tue, Jun 18, 2024 at 02:51:12PM +0200, David Marchand wrote: > Similarly to libraries, when setting a list of desired applications, > report if some application cannot be built because of a missing > dependency. > > Signed-off-by: David Marchand > --- > app/meson.build | 10 ++ > 1 fi

[PATCH] build: raise error if requested application is unbuildable

2024-06-18 Thread David Marchand
Similarly to libraries, when setting a list of desired applications, report if some application cannot be built because of a missing dependency. Signed-off-by: David Marchand --- app/meson.build | 10 ++ 1 file changed, 10 insertions(+) diff --git a/app/meson.build b/app/meson.build ind