summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPaolo Bonzini2021-10-07 15:08:22 +0200
committerPaolo Bonzini2021-10-14 09:50:57 +0200
commit837b84b1c078bf3e909017ca11be7182a5df2ed0 (patch)
tree856fcdccf716735c50f3bdce97ecb6bc89da6d5c /meson_options.txt
parentconfigure, meson: move vde detection to meson (diff)
downloadqemu-837b84b1c078bf3e909017ca11be7182a5df2ed0.tar.gz
qemu-837b84b1c078bf3e909017ca11be7182a5df2ed0.tar.xz
qemu-837b84b1c078bf3e909017ca11be7182a5df2ed0.zip
configure, meson: move netmap detection to meson
Message-Id: <20211007130829.632254-12-pbonzini@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 7d0fa1c7f4..d8e67ae481 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -129,6 +129,8 @@ option('u2f', type : 'feature', value : 'auto',
description: 'U2F emulation support')
option('usb_redir', type : 'feature', value : 'auto',
description: 'libusbredir support')
+option('netmap', type : 'feature', value : 'auto',
+ description: 'netmap network backend support')
option('vde', type : 'feature', value : 'auto',
description: 'vde network backend support')
option('virglrenderer', type : 'feature', value : 'auto',