Skip to content

meson: enable auto features on linux

Erik Faye-Lund requested to merge kusma/mesa-demos:meson-auto-features into main

This makes sure that we notice if we're missing some dependency for the Linux build.

We literally want none of the auto-features for the MinGW-build, so let's do this specifically for the Linux build only.

Merge request reports