From 493b8a935a162c78d3ee30ac5f5905877625d513 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Thu, 6 Feb 2025 19:44:43 +0100 Subject: [PATCH] meson: define have_linux_blkzoned_h Follow-up for 92ea18aaa31120ebedefc389ca6be4eca9a81117. --- meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson.build b/meson.build index ff1aebb94..cb4f5d0b4 100644 --- a/meson.build +++ b/meson.build @@ -1687,6 +1687,8 @@ if opt and not is_disabler(exe) bashcompletions += ['blkdiscard'] endif +have_linux_blkzoned_h = conf.get('HAVE_LINUX_BLKZONED_H').to_string() == '1' + opt = get_option('build-blkzone').require(have_linux_blkzoned_h).allowed() exe = executable( 'blkzone', -- 2.47.3