From: Karel Zak Date: Thu, 6 Feb 2025 15:33:06 +0000 (+0100) Subject: meson: check for blkzoned.h X-Git-Tag: v2.42-start~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92ea18aaa31120ebedefc389ca6be4eca9a81117;p=thirdparty%2Futil-linux.git meson: check for blkzoned.h Signed-off-by: Karel Zak --- diff --git a/meson.build b/meson.build index d0fb5fcba..ff1aebb94 100644 --- a/meson.build +++ b/meson.build @@ -1687,7 +1687,7 @@ if opt and not is_disabler(exe) bashcompletions += ['blkdiscard'] endif -opt = get_option('build-blkzone').require(have_linux_fs_h).allowed() +opt = get_option('build-blkzone').require(have_linux_blkzoned_h).allowed() exe = executable( 'blkzone', blkzone_sources,