> On 2 Jul 2025, at 09:22, Nazir Bilal Yavuz <byavu...@gmail.com> wrote:
> Right now, many features are set to auto in Meson builds in CI. This > means Meson tries to detect these features automatically but does not > report an error if it fails to find them. Jacob stated [1] that this > behavior can lead to issues, such as missing problems in the build > system. Additionally, since CI images are updated automatically, an > update could cause a feature to go missing without any warning. > Therefore, Jacob suggested explicitly enabling these features in the > Meson build configuration. The attached patch implements this change. Big +1 on this, thanks for tackling it. -- Daniel Gustafsson