Re: git: f98beca9766c - main - devel/glib20: add DOCS option

From: Adriaan de Groot <adridg_at_freebsd.org>
Date: Sun, 17 Apr 2022 13:15:15 UTC
On Sunday, 17 April 2022 11:12:11 CEST Jochen Neumeister wrote:
> I have it currently also at 13.0 i386:

My meson-fu is weak -- and since I need a faster or slower machine to actually 
reproduce the problem, I have selected a proxy problem: `ninja -j48 gio-doc`. 
That's an actual target defined by meson, and I believe it should "just 
build". It didn't, of course: missing dependencies on things-that-are-
generated-during-the-build.

Telling ninja that gio-doc needs to build the examples first is trivial, so I 
patch that in. It's definitely ugly to be doing {REINPLACE_CMD} on the 
generated build-system, but it's the best I could come up with.

[ade]