From e362a9a13be96b307e81c2fdf084694d7015d09e Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Wed, 27 Mar 2024 00:00:56 +0200 Subject: [PATCH] meson: disable siginfo build siginfo was already disabled in waf builds See commit 13fa61455cdb3e20df56cd2503f2cb2a1bd6243d --- daemon/meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/daemon/meson.build b/daemon/meson.build index d2e9d0bf..b8a86b35 100644 --- a/daemon/meson.build +++ b/daemon/meson.build @@ -40,7 +40,6 @@ daemon_sources = [ 'room_load.c', 'room_save.c', 'save.c', - 'siginfo.c', 'studio.c', 'studio_jack_conf.c', 'studio_list.c', @@ -48,6 +47,9 @@ daemon_sources = [ '../string_constants.c', ] +# define SIGINFO_ENABLED and build +# 'siginfo.c', + ladishd = executable('ladishd', daemon_sources, dependencies : deps, include_directories : inc,