Xavier Claessens

Results 101 comments of Xavier Claessens

I guess we could keep `--include-subprojects` with no extra argument to only include subprojects that have been used for current setup, and extend the syntax to `--include-subprojects foo,bar` to only...

Note that the original use-case for --include-subprojects is to make a specific build reproductible. For example when configuring GStreamer for a specific device we want to be able to ship...

@evelikov I guess we can add `--include-subprojects *` or `all`. PR welcome ;-)

CI failures seems unrelated, LGTM.

That's probably related to https://github.com/mesonbuild/meson/pull/12917. Can you try reverting it?

ah sorry, I see at the bottom of your report that you did that already.

A test case would be a good first step. The thing is https://github.com/mesonbuild/meson/pull/12917 comes with a test case that shows that PR is needed, so a simple revert is unlikely...

It should have included the patch file in the tarball and it will be applied when the subproject is used. Does that work?