Re: [PATCH 1/2] build: fix reasons conflict

2024-01-31 Thread Tyler Retzlaff
On Wed, Jan 31, 2024 at 06:02:49PM +, Bruce Richardson wrote: > On Wed, Jan 31, 2024 at 06:45:51PM +0100, David Marchand wrote: > > The "_disable_reason" variables are subject to naming conflicts. > > > > This has been caught while looking at mingw builds where the graph > > application was sk

Re: [PATCH 1/2] build: fix reasons conflict

2024-01-31 Thread Bruce Richardson
On Wed, Jan 31, 2024 at 06:45:51PM +0100, David Marchand wrote: > The "_disable_reason" variables are subject to naming conflicts. > > This has been caught while looking at mingw builds where the graph > application was skipped with an (which is caused by a > missing reason variable set in app/gr

[PATCH 1/2] build: fix reasons conflict

2024-01-31 Thread David Marchand
The "_disable_reason" variables are subject to naming conflicts. This has been caught while looking at mingw builds where the graph application was skipped with an (which is caused by a missing reason variable set in app/graph/meson.build) and the graph library was skipped with the same too, eve