From 92ea18aaa31120ebedefc389ca6be4eca9a81117 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 6 Feb 2025 16:33:06 +0100 Subject: [PATCH] meson: check for blkzoned.h Signed-off-by: Karel Zak --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.3