summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPaolo Bonzini2020-09-16 18:07:29 +0200
committerPaolo Bonzini2020-09-30 19:11:35 +0200
commit6ec0e15d95da4e80bc890933e3e5bc11f6b54118 (patch)
treea8be05439e7fbc9c574196fca1537328c051742e /meson_options.txt
parentmeson: move libudev test (diff)
downloadqemu-6ec0e15d95da4e80bc890933e3e5bc11f6b54118.tar.gz
qemu-6ec0e15d95da4e80bc890933e3e5bc11f6b54118.tar.xz
qemu-6ec0e15d95da4e80bc890933e3e5bc11f6b54118.zip
meson: move libmpathpersist test
This is the first compiler/linker test that has been moved to Meson. Add more section headings to keep things clearer. This also fixes static linking to libmpathpersist, which has a dependency on libmultipath but no pkg-config file to describe it. 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 543cf70043..b38a6ae92a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,6 +6,8 @@ option('docdir', type : 'string', value : 'doc',
option('gettext', type : 'boolean', value : true,
description: 'Localization of the GTK+ user interface')
+option('mpath', type : 'feature', value : 'auto',
+ description: 'Multipath persistent reservation passthrough')
option('sdl', type : 'feature', value : 'auto',
description: 'SDL user interface')
option('sdl_image', type : 'feature', value : 'auto',