Re: [PATCH 3/3] build: support disabling drivers with meson

2022-01-07 Thread Bruce Richardson
On Thu, Jan 06, 2022 at 11:10:27AM +0100, Morten Brørup wrote: > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > Sent: Thursday, 6 January 2022 10.49 > > > > 06/01/2022 09:23, Morten Brørup: > > > > From: Bruce Richardson [mailto:bruce.richard...@intel.com] > > > > Sent: Wednesday, 25 Sep

RE: [PATCH 3/3] build: support disabling drivers with meson

2022-01-06 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Thursday, 6 January 2022 10.49 > > 06/01/2022 09:23, Morten Brørup: > > > From: Bruce Richardson [mailto:bruce.richard...@intel.com] > > > Sent: Wednesday, 25 September 2019 16.56 > > > > > > Add support for a new build option to turn of

Re: [PATCH 3/3] build: support disabling drivers with meson

2022-01-06 Thread Thomas Monjalon
06/01/2022 09:23, Morten Brørup: > > From: Bruce Richardson [mailto:bruce.richard...@intel.com] > > Sent: Wednesday, 25 September 2019 16.56 > > > > Add support for a new build option to turn off certain drivers. Any > > other > > drivers which depend on the one being disabled will also be disable

RE: [PATCH 3/3] build: support disabling drivers with meson

2022-01-06 Thread Morten Brørup
> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Wednesday, 25 September 2019 16.56 > > Add support for a new build option to turn off certain drivers. Any > other > drivers which depend on the one being disabled will also be disabled > with a > suitable debug message. > > Sig

[dpdk-dev] [PATCH 3/3] build: support disabling drivers with meson

2019-09-25 Thread Bruce Richardson
Add support for a new build option to turn off certain drivers. Any other drivers which depend on the one being disabled will also be disabled with a suitable debug message. Signed-off-by: Bruce Richardson --- drivers/meson.build | 16 meson_options.txt | 2 ++ 2 files change