summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPaolo Bonzini2020-11-17 13:11:25 +0100
committerPaolo Bonzini2021-01-06 10:21:20 +0100
commit0c32a0aeed597888a24b55bc2508ff95762a3605 (patch)
tree3aa182ffc72c1bafb800650a537278ba73f62335 /meson_options.txt
parentrbd: convert to meson (diff)
downloadqemu-0c32a0aeed597888a24b55bc2508ff95762a3605.tar.gz
qemu-0c32a0aeed597888a24b55bc2508ff95762a3605.tar.xz
qemu-0c32a0aeed597888a24b55bc2508ff95762a3605.zip
lzo: 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 7c8d70a7e2..08f0bffeaf 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -62,6 +62,8 @@ option('curses', type : 'feature', value : 'auto',
description: 'curses UI')
option('libudev', type : 'feature', value : 'auto',
description: 'Use libudev to enumerate host devices')
+option('lzo', type : 'feature', value : 'auto',
+ description: 'lzo compression support')
option('rbd', type : 'feature', value : 'auto',
description: 'Ceph block device driver')
option('sdl', type : 'feature', value : 'auto',