Igalia / WPEBackend-fdo

BSD 2-Clause "Simplified" License
31 stars 24 forks source link

meson: Explicitly set run_command() check parameter #195

Closed aperezdc closed 1 month ago

aperezdc commented 1 month ago

Set the "check" parameter in run_command() calls, instead of relying on the default value, which might get changed at some point in the future.

This silences the following 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
csaavedra commented 1 month ago

There are some typos in the log message.

aperezdc commented 1 month ago

There are some typos in the log message.

Fixed, thanks!