From fb31765cbe33890f325a87015507364156741321 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:59:44 +0200 Subject: Adding upstream version 42.0. Signed-off-by: Daniel Baumann --- scripts/meson.build | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 scripts/meson.build (limited to 'scripts/meson.build') diff --git a/scripts/meson.build b/scripts/meson.build new file mode 100644 index 0000000..cb2213c --- /dev/null +++ b/scripts/meson.build @@ -0,0 +1,17 @@ +commands = [ + 'renice', + 'kill', + 'taskset', +] + +foreach command : commands + executable('gsm-' + command, + 'gsm_execute_helper.c', + dependencies: [ + glib, + ], + c_args: '-DCOMMAND="@0@"'.format(command), + install: true, + install_dir: join_paths(get_option('libexecdir'), meson.project_name()) + ) +endforeach -- cgit v1.2.3