Re: [RFC 5/6] build: install indirect headers to a dedicated directory

2024-12-10 Thread David Marchand
On Wed, Nov 27, 2024 at 12:43 PM Bruce Richardson wrote: > > diff --git a/buildtools/pkg-config/meson.build > > b/buildtools/pkg-config/meson.build > > index b36add17e3..809706fe3e 100644 > > --- a/buildtools/pkg-config/meson.build > > +++ b/buildtools/pkg-config/meson.build > > @@ -27,12 +27,18

Re: [RFC 5/6] build: install indirect headers to a dedicated directory

2024-11-27 Thread Bruce Richardson
On Wed, Nov 27, 2024 at 12:26:15PM +0100, David Marchand wrote: > The headers check currently skips "indirect" headers as instrusted via > the indirect_headers meson variable. > > This headers check has some limitation that will be addressed in a next > change by inspected all exported headers. >

[RFC 5/6] build: install indirect headers to a dedicated directory

2024-11-27 Thread David Marchand
The headers check currently skips "indirect" headers as instrusted via the indirect_headers meson variable. This headers check has some limitation that will be addressed in a next change by inspected all exported headers. However, exported headers lack the information about "indirect" quality. Se