From 44e031b8f99ae2ff2a56d52f6c9af31ee1b33045 Mon Sep 17 00:00:00 2001 From: wutno Date: Sat, 8 Mar 2025 19:05:17 -0500 Subject: [PATCH] block: fix? --- block/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/meson.build b/block/meson.build index ca7dbb5730..1f783e4a3d 100644 --- a/block/meson.build +++ b/block/meson.build @@ -40,7 +40,7 @@ block_ss.add(files( 'throttle-groups.c', 'write-threshold.c', 'blkmemory.c', -), zstd, zlib, gnutls) +), zstd, zlib) system_ss.add(when: 'CONFIG_TCG', if_true: files('blkreplay.c')) system_ss.add(files('block-ram-registrar.c'))