Re: [PATCH v2] build: make gpudev optional

2021-11-17 Thread Thomas Monjalon
17/11/2021 22:39, eagost...@nvidia.com: > From: Elena Agostini > > This library can be made optional. > drivers/gpu and app/test-gpudev depend on this library, > so there is a check for dependencies. Changed to so they are automatically disabled if the lib is disabled. > Signed-off-by: Elena Ag

Re: [PATCH v2] build: make gpudev optional

2021-11-17 Thread Bruce Richardson
On Wed, Nov 17, 2021 at 09:39:01PM +, eagost...@nvidia.com wrote: > From: Elena Agostini > > This library can be made optional. > drivers/gpu and app/test-gpudev depend on this library, > so there is a check for dependencies. > > Signed-off-by: Elena Agostini > --- > app/test-gpudev/meson.

[PATCH v2] build: make gpudev optional

2021-11-17 Thread eagostini
From: Elena Agostini This library can be made optional. drivers/gpu and app/test-gpudev depend on this library, so there is a check for dependencies. Signed-off-by: Elena Agostini --- app/test-gpudev/meson.build | 1 + doc/guides/prog_guide/gpudev.rst | 1 + drivers/gpu/meson.build