From: Thomas Weißschuh Date: Wed, 29 Apr 2026 12:30:00 +0000 (+0200) Subject: meson: gate lsipc on LINUX X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37d7d7891620d05a425abf6242ebe1c6c095a018;p=thirdparty%2Futil-linux.git meson: gate lsipc on LINUX This tool uses Linux-specific API, encode this in the build system. Signed-off-by: Thomas Weißschuh --- diff --git a/meson.build b/meson.build index 8ce013a20..8abef86ef 100644 --- a/meson.build +++ b/meson.build @@ -2293,7 +2293,9 @@ if opt and not is_disabler(exe) bashcompletions += ['irqtop'] endif -opt = get_option('build-ipcs').allowed() +opt = get_option('build-ipcs') \ + .require(LINUX) \ + .allowed() exe = executable( 'lsipc', lsipc_sources,