From: Thomas Weißschuh Date: Wed, 29 Apr 2026 12:40:57 +0000 (+0200) Subject: meson: gate choom on LINUX X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4e9350950d4a00f6e02c97882de4e37392c8aec1;p=thirdparty%2Futil-linux.git meson: gate choom 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 4ee9cd6aa..28f2d9918 100644 --- a/meson.build +++ b/meson.build @@ -1490,7 +1490,9 @@ if opt and not is_disabler(exe) bashcompletions += ['chmem'] endif -opt = get_option('build-choom').allowed() +opt = get_option('build-choom') \ + .require(LINUX) \ + .allowed() exe = executable( 'choom', choom_sources,