summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPaolo Bonzini2022-04-20 17:33:42 +0200
committerPaolo Bonzini2022-04-28 08:52:22 +0200
commit2edd2c04c27b469ab2b46c6fe6e4bffe6b0c2895 (patch)
tree8ede384bdaf5749378e1270129ebdc905f8fe83c /meson_options.txt
parentmeson, configure: move RDMA options to meson (diff)
downloadqemu-2edd2c04c27b469ab2b46c6fe6e4bffe6b0c2895.tar.gz
qemu-2edd2c04c27b469ab2b46c6fe6e4bffe6b0c2895.tar.xz
qemu-2edd2c04c27b469ab2b46c6fe6e4bffe6b0c2895.zip
meson, configure: move keyctl test to meson
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 3bdf409497..8efdd0193a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -90,6 +90,8 @@ option('avx2', type: 'feature', value: 'auto',
description: 'AVX2 optimizations')
option('avx512f', type: 'feature', value: 'disabled',
description: 'AVX512F optimizations')
+option('keyring', type: 'feature', value: 'auto',
+ description: 'Linux keyring support')
option('attr', type : 'feature', value : 'auto',
description: 'attr/xattr support')