meson: Explicitly add "check : false" to a couple instances of run_command
authorCaio Oliveira <caio.oliveira@intel.com>
Fri, 23 Jun 2023 04:37:29 +0000 (21:37 -0700)
committerMarge Bot <emma+marge@anholt.net>
Fri, 23 Jun 2023 18:57:31 +0000 (18:57 +0000)
commitdc93f205c11cb16fab52872c61221992b79cc122
tree5e5191aafa109fe5e180b81c35461f582316cd66
parentd3e5e04a75e90bd321ae6e2b840fc46d08fd666a
meson: Explicitly add "check : false" to a couple instances of run_command

In both cases there's code right after the execution to check the result and
give a proper message.

This gets rid of meson warning

```
WARNING: You should add the boolean check kwarg to the run_command call.
         It currently defaults to false,
         but it will default to true in future releases of meson.
         See also: https://github.com/mesonbuild/meson/issues/9300
```

Reviewed-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23821>
src/intel/vulkan/grl/meson.build