Skip to content

meson: Fix crypto option being silently ignored

Patrick Griffis requested to merge crypto-options into master

If you pass an option to enable a crypto backend it just silently moves on when nothing is found. This is not how a build system should behave and will lead to mistakes. The disabled option exists for that purpose.

Merge request reports