ci: make Meson warnings fatal
New warnings can be hard to notice in CI, since CI will just pass in that case. Meson sometimes uses warnings for important mistakes, e.g. invalid option.
Let's turn warnings into errors so that we can spot these more easily.
Note, we need to bump the Meson version to get rid of the meson.build_root()
warning.