From: Thomas Weißschuh Date: Wed, 22 Apr 2026 21:15:04 +0000 (+0200) Subject: meson: gate more on sys/signalfd.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c59fdacd6a2375367d96d47f6292a533bab7338;p=thirdparty%2Futil-linux.git meson: gate more on sys/signalfd.h The target needs this header, encode this in the build system. Signed-off-by: Thomas Weißschuh --- diff --git a/meson.build b/meson.build index 9929dec54..124202ef0 100644 --- a/meson.build +++ b/meson.build @@ -1403,7 +1403,9 @@ if opt and not is_disabler(exe) bashcompletions += ['ul'] endif -opt = get_option('build-more').allowed() +opt = get_option('build-more') \ + .require(conf.get('HAVE_SYS_SIGNALFD_H').to_string() == '1') \ + .allowed() exe = executable( 'more', more_sources,