Re: [PATCH] drivers: add dependencies for some classes

2023-08-29 Thread David Marchand
On Fri, Aug 25, 2023 at 7:03 PM David Marchand wrote: > > A few classes meson.build were not expressing dependencies to the > associated device library. Define std_deps for baseband, gpu and regex > drivers. > > Signed-off-by: David Marchand Applied, with updated commitlog. Thanks. -- David M

Re: [PATCH] drivers: add dependencies for some classes

2023-08-28 Thread Maxime Coquelin
On 8/25/23 19:02, David Marchand wrote: A few classes meson.build were not expressing dependencies to the associated device library. Define std_deps for baseband, gpu and regex drivers. Signed-off-by: David Marchand --- drivers/baseband/acc/meson.build | 2 +- drivers/baseband/f

Re: [PATCH] drivers: add dependencies for some classes

2023-08-26 Thread David Marchand
On Fri, Aug 25, 2023 at 8:18 PM Morten Brørup wrote: > > > From: David Marchand [mailto:david.march...@redhat.com] > > Sent: Friday, 25 August 2023 19.03 > > > > A few classes meson.build were not expressing dependencies to the > > associated device library. Define std_deps for baseband, gpu and

RE: [PATCH] drivers: add dependencies for some classes

2023-08-25 Thread Morten Brørup
> From: David Marchand [mailto:david.march...@redhat.com] > Sent: Friday, 25 August 2023 19.03 > > A few classes meson.build were not expressing dependencies to the > associated device library. Define std_deps for baseband, gpu and regex > drivers. > > Signed-off-by: David Marchand > --- On the

Re: [PATCH] drivers: add dependencies for some classes

2023-08-25 Thread Bruce Richardson
On Fri, Aug 25, 2023 at 07:02:36PM +0200, David Marchand wrote: > A few classes meson.build were not expressing dependencies to the > associated device library. Define std_deps for baseband, gpu and regex > drivers. > > Signed-off-by: David Marchand > --- > drivers/baseband/acc/meson.build

[PATCH] drivers: add dependencies for some classes

2023-08-25 Thread David Marchand
A few classes meson.build were not expressing dependencies to the associated device library. Define std_deps for baseband, gpu and regex drivers. Signed-off-by: David Marchand --- drivers/baseband/acc/meson.build | 2 +- drivers/baseband/fpga_5gnr_fec/meson.build | 2 +- drivers/baseba