Re: [PATCH] build: make crypto libraries optional

2023-08-29 Thread David Marchand
On Fri, Aug 25, 2023 at 5:10 PM Bruce Richardson wrote: > > Cryptodev and the libraries which depend on it can be made optional, > as they can be disabled without breaking the build. > > Signed-off-by: Bruce Richardson Applied, thanks. -- David Marchand

Re: [PATCH] build: make crypto libraries optional

2023-08-28 Thread David Marchand
On Fri, Aug 25, 2023 at 5:10 PM Bruce Richardson wrote: > > Cryptodev and the libraries which depend on it can be made optional, > as they can be disabled without breaking the build. > > Signed-off-by: Bruce Richardson Acked-by: David Marchand -- David Marchand

RE: [PATCH] build: make crypto libraries optional

2023-08-25 Thread Morten Brørup
> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Friday, 25 August 2023 16.57 > > Cryptodev and the libraries which depend on it can be made optional, > as they can be disabled without breaking the build. > > Signed-off-by: Bruce Richardson > --- Thank you, Bruce. You know I

[PATCH] build: make crypto libraries optional

2023-08-25 Thread Bruce Richardson
Cryptodev and the libraries which depend on it can be made optional, as they can be disabled without breaking the build. Signed-off-by: Bruce Richardson --- lib/meson.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/meson.build b/lib/meson.build index c1602e818a..099b0ed18a 10064