Dylan Baker
Dylan Baker
You can already pass additional arguments to clang using the `c_args` argument, which uses the documented `bindgen -- ` format, avoiding the need to wrap the bindgen call in an...
Sigh, that's a frustrating set of problems to have. Short of being able to change bindgen/sys-libclang to have an interface for this; my preference would be to either expose a...
Thanks! I really appreciate this work. We haven't run into this in Mesa yet, but I'm sure we will given enough time :/
`custom_target()` already has the precedent of doing that for other things, and for doing the helpful thing of treating an array of length == 1 as if all entries are...
There is an issue open somewhere about this that I'm assigned to... Long story short this is known and I'm going to fix it.
The longer story is this is a leaky abstraction over pkg-config
I apologize for being negative, but I'm very skeptical of this, but maybe I can be convinced. it's about 10 lines of code to open code a config tool if...
> There are some advantages to using the built in config-tool as well: Yes, through a properly written implementation in the python, that everyone gets for free by just writing...
Honestly, I'd much rather just add *your* config-tool to Meson than a generic mechanism. You don't seem to have a problem with needing to use "the version of Meson shipped...
Now for the fun of getting the CI green.