From: Thomas Weißschuh Date: Wed, 29 Apr 2026 12:33:18 +0000 (+0200) Subject: meson: gate fincore on LINUX X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=25be2df4cefb218bf83f11468e91a3d8a1c81820;p=thirdparty%2Futil-linux.git meson: gate fincore 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 06061ddce..76d774f23 100644 --- a/meson.build +++ b/meson.build @@ -3297,7 +3297,9 @@ if opt and not is_disabler(exe) bashcompletions += ['getopt'] endif -opt = get_option('build-fincore').allowed() +opt = get_option('build-fincore') \ + .require(LINUX) \ + .allowed() exe = executable( 'fincore', fincore_sources,