Since you are already working on it, this can be ignored.

On Mon, Nov 11 2024 at 01:31:29 PM +00:00:00, Ross Burton <Ross.Burton@arm.com> wrote:
On 10 Nov 2024, at 16:33, Alexander Kanavin via lists.openembedded.org <alex.kanavin=gmail.com@lists.openembedded.org> wrote: On Sun, 10 Nov 2024 at 16:21, Markus Volk <f_l_k@t-online.de> wrote:
According to meson documentation: --auto-features {enabled,disabled,auto} Override value of all 'auto' features (default: auto).
Shouldn't this go to meson.bbclass then? It's useful everywhere.
Yes, I believe so. https://git.yoctoproject.org/poky-contrib/log/?h=ross/mesonopts is a WIP from some time ago where I changed the auto-features option and went around forcing options where it changed build options. There’s a few packages that were still to do — I left gstreamer as auto for now as the list of options is quite extensive but that should probably be fixed. Somewhere there’s a script to run the meson configuration into a PACKAGECONFIG statement that just needs the DEPENDS filled in… Ross