meson: fix value of `auto` for a bunch of drivers
authorEric Engestrom <eric@engestrom.ch>
Mon, 22 Aug 2022 19:20:40 +0000 (20:20 +0100)
committerEric Engestrom <eric@engestrom.ch>
Mon, 22 Aug 2022 20:06:22 +0000 (21:06 +0100)
commit502f64cb309870be64488c3464f66d24ada9b7a5
tree5af7eff2b5ccc5fa259009d5f8e4323aea155fee
parent3e3874d50d29d1179ad996afcd8d359d3aea2639
meson: fix value of `auto` for a bunch of drivers

You can't have an error if your driver is requested by you're missing
a dep, but then happily build that driver without the dep in `auto`.

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
meson.build