Currently code such as:
option('foo', type : 'boolean', value : 'false')
works, because Meson coerces 'false' to false.
'false'
false
This should be avoided, and will now result in a deprecation warning.