Re: [PATCH v3 1/8] build: split dependencies into mandatory and optional

2024-09-09 Thread Bruce Richardson
On Mon, Sep 09, 2024 at 10:41:25AM +0200, Burakov, Anatoly wrote: > On 9/6/2024 4:51 PM, Bruce Richardson wrote: > > On Wed, Sep 04, 2024 at 04:08:29PM +0100, Anatoly Burakov wrote: > > > Allow specifying dependencies as either mandatory or optional. This does > > > not change anything about the bu

Re: [PATCH v3 1/8] build: split dependencies into mandatory and optional

2024-09-09 Thread Burakov, Anatoly
On 9/6/2024 4:51 PM, Bruce Richardson wrote: On Wed, Sep 04, 2024 at 04:08:29PM +0100, Anatoly Burakov wrote: Allow specifying dependencies as either mandatory or optional. This does not change anything about the build, but it is useful for tooling to know if a dependency is required or not.

Re: [PATCH v3 1/8] build: split dependencies into mandatory and optional

2024-09-06 Thread Bruce Richardson
On Wed, Sep 04, 2024 at 04:08:29PM +0100, Anatoly Burakov wrote: > Allow specifying dependencies as either mandatory or optional. This does > not change anything about the build, but it is useful for tooling to know > if a dependency is required or not. > Ideally we probably want to merge the supp

[PATCH v3 1/8] build: split dependencies into mandatory and optional

2024-09-04 Thread Anatoly Burakov
Allow specifying dependencies as either mandatory or optional. This does not change anything about the build, but it is useful for tooling to know if a dependency is required or not. Signed-off-by: Anatoly Burakov --- app/meson.build | 3 ++- app/proc-info/meson.build