summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorThomas Huth2021-10-28 20:59:08 +0200
committerPaolo Bonzini2021-11-02 15:57:28 +0100
commiteea9453a016b622f74898809f53e0ca85961cd80 (patch)
treeaa4bb73dbdc8ca6d8b4bebe6c4b1eff942fbcc0b /meson_options.txt
parentmeson: remove unnecessary coreaudio test program (diff)
downloadqemu-eea9453a016b622f74898809f53e0ca85961cd80.tar.gz
qemu-eea9453a016b622f74898809f53e0ca85961cd80.tar.xz
qemu-eea9453a016b622f74898809f53e0ca85961cd80.zip
Move the l2tpv3 test from configure to meson.build
And while we're at it, also provide a proper entry for this feature in meson_options.txt, so that people who don't need it have a knob to disable this feature. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20211028185910.1729744-3-thuth@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 4ab4570125..e740dce2a5 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -141,6 +141,8 @@ option('u2f', type : 'feature', value : 'auto',
description: 'U2F emulation support')
option('usb_redir', type : 'feature', value : 'auto',
description: 'libusbredir support')
+option('l2tpv3', type : 'feature', value : 'auto',
+ description: 'l2tpv3 network backend support')
option('netmap', type : 'feature', value : 'auto',
description: 'netmap network backend support')
option('vde', type : 'feature', value : 'auto',