diff options
author | Peter Foley <pefoley@google.com> | 2023-05-03 09:07:56 -0400 |
---|---|---|
committer | Christian Schoenebeck <qemu_oss@crudebyte.com> | 2023-05-16 16:21:04 +0200 |
commit | 1a67e07fe984e3bc9fe4b25a212e879b02e114cb (patch) | |
tree | f74e327d6e84999d177905bae19ea3053ef6ca31 /meson_options.txt | |
parent | ab4c44d657aeca7e1da6d6dcb1741c8e7d357b8b (diff) |
Don't require libcap-ng for virtfs support
It's only required for the proxy helper.
Add a new option for the proxy helper rather than enabling it
implicitly.
Change-Id: I95b73fca625529e99d16b0a64e01c65c0c1d43f2
Signed-off-by: Peter Foley <pefoley@google.com>
Message-Id: <20230503130757.863824-1-pefoley@google.com>
[C.S.: - Resolve merge conflict. ]
Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index d8330a1f71..11aec2a441 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -274,6 +274,8 @@ option('vhost_user_blk_server', type: 'feature', value: 'auto', description: 'build vhost-user-blk server') option('virtfs', type: 'feature', value: 'auto', description: 'virtio-9p support') +option('virtfs_proxy_helper', type: 'feature', value: 'auto', + description: 'virtio-9p proxy helper support') option('libvduse', type: 'feature', value: 'auto', description: 'build VDUSE Library') option('vduse_blk_export', type: 'feature', value: 'auto', |