summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorHongren (Zenithal) Zheng2022-05-19 14:38:57 +0200
committerGerd Hoffmann2022-06-14 10:34:36 +0200
commit8caef8507809634fc70ecb1faa898a0edaf1ae5c (patch)
tree636d7d4dbebb1a4fa08c3ab76ff7d78002a0acea /meson_options.txt
parenthw/usb/canokey: Add trace events (diff)
downloadqemu-8caef8507809634fc70ecb1faa898a0edaf1ae5c.tar.gz
qemu-8caef8507809634fc70ecb1faa898a0edaf1ae5c.tar.xz
qemu-8caef8507809634fc70ecb1faa898a0edaf1ae5c.zip
meson: Add CanoKey
Signed-off-by: Hongren (Zenithal) Zheng <i@zenithal.me> Message-Id: <YoY6YRD6cxH21mms@Sun> Signed-off-by: Gerd Hoffmann <kraxel@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 2de94af037..0e8197386b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -189,6 +189,8 @@ option('spice_protocol', type : 'feature', value : 'auto',
description: 'Spice protocol support')
option('u2f', type : 'feature', value : 'auto',
description: 'U2F emulation support')
+option('canokey', type : 'feature', value : 'auto',
+ description: 'CanoKey support')
option('usb_redir', type : 'feature', value : 'auto',
description: 'libusbredir support')
option('l2tpv3', type : 'feature', value : 'auto',