[grilo/wip/hadess/build-fixes] build: Fix warning in grilo-inspect build files
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo/wip/hadess/build-fixes] build: Fix warning in grilo-inspect build files
- Date: Fri, 1 Jul 2022 13:40:02 +0000 (UTC)
commit 28dcfe7a40244106f69698f247184e3c3bac4791
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jul 1 15:27:20 2022 +0200
build: Fix warning in grilo-inspect build files
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
tools/grilo-inspect/meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/tools/grilo-inspect/meson.build b/tools/grilo-inspect/meson.build
index 3dd6c2f..893b9a6 100644
--- a/tools/grilo-inspect/meson.build
+++ b/tools/grilo-inspect/meson.build
@@ -15,7 +15,8 @@ endif
run_command(python,
'@0@/generate_core_keys.py'.format(meson.current_source_dir()),
'@0@/src/grl-metadata-key.h'.format(source_root),
- '@0@/grl-core-keys.h'.format(meson.current_build_dir()))
+ '@0@/grl-core-keys.h'.format(meson.current_build_dir()),
+ check: true)
configure_file(output: 'config.h',
configuration: cdata)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]