summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPaolo Bonzini2020-11-17 13:32:34 +0100
committerPaolo Bonzini2021-01-06 10:21:20 +0100
commit241611eab28c43b1e1dc87cbc9f97545b40eec1a (patch)
treee64d43797d124035991c8756468470296cde23f6 /meson_options.txt
parentlzo: convert to meson (diff)
downloadqemu-241611eab28c43b1e1dc87cbc9f97545b40eec1a.tar.gz
qemu-241611eab28c43b1e1dc87cbc9f97545b40eec1a.tar.xz
qemu-241611eab28c43b1e1dc87cbc9f97545b40eec1a.zip
snappy: convert to meson
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 08f0bffeaf..62f2e94f14 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -70,6 +70,8 @@ option('sdl', type : 'feature', value : 'auto',
description: 'SDL user interface')
option('sdl_image', type : 'feature', value : 'auto',
description: 'SDL Image support for icons')
+option('snappy', type : 'feature', value : 'auto',
+ description: 'snappy compression support')
option('u2f', type : 'feature', value : 'auto',
description: 'U2F emulation support')
option('vnc', type : 'feature', value : 'enabled',