Re: [PATCH] build: list selected applications

2022-11-14 Thread David Marchand
On Fri, Oct 28, 2022 at 6:30 PM Markus Theil wrote: > On 10/28/22 14:34, David Marchand wrote: > > With the addition of enable/disable_apps meson options, it is a bit > harder to figure out which application is built, and why. > > Display the list of applications in the same way we do for drivers

Re: [PATCH] build: list selected applications

2022-10-28 Thread Markus Theil
On 10/28/22 14:34, David Marchand wrote: With the addition of enable/disable_apps meson options, it is a bit harder to figure out which application is built, and why. Display the list of applications in the same way we do for drivers and libraries. Signed-off-by: David Marchand --- |Reviewed-b

Re: [PATCH] build: list selected applications

2022-10-28 Thread Bruce Richardson
On Fri, Oct 28, 2022 at 02:34:19PM +0200, David Marchand wrote: > With the addition of enable/disable_apps meson options, it is a bit > harder to figure out which application is built, and why. > > Display the list of applications in the same way we do for drivers and > libraries. > > Signed-off-

[PATCH] build: list selected applications

2022-10-28 Thread David Marchand
With the addition of enable/disable_apps meson options, it is a bit harder to figure out which application is built, and why. Display the list of applications in the same way we do for drivers and libraries. Signed-off-by: David Marchand --- app/meson.build | 37 +++-