New review comment by cinerea0 on void-packages repository https://github.com/void-linux/void-packages/pull/44654#discussion_r1243723113 Comment: That option specifically looks for "enabled", "disabled", or "auto" (see error below), which I don't think any of the `vopt_` shortcuts provide. There is `vopt_enable`, but I don't know if that's compatible with meson. `meson.build:1:0: ERROR: Value "false" (of type "string") for combo option "Enable code that depends on libffado" is not one of the choices. Possible choices are (as string): "enabled", "disabled", "auto".`