]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: check for blkzoned.h
authorKarel Zak <kzak@redhat.com>
Thu, 6 Feb 2025 15:33:06 +0000 (16:33 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 6 Feb 2025 15:33:06 +0000 (16:33 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
meson.build

index d0fb5fcbae3ab989328a240f34357df1516d307e..ff1aebb94ca7090318ec54e0b651873e7177c915 100644 (file)
@@ -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,