Skip to content

build: explicitly set check arg in run_command()

Simon Ser requested to merge emersion/wayland:run-command-check into main

Fixes the following 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

Signed-off-by: Simon Ser contact@emersion.fr

Merge request reports