diff options
| author | Stefan Hajnoczi | 2020-11-06 22:03:40 +0100 |
|---|---|---|
| committer | Thomas Huth | 2020-11-09 18:34:21 +0100 |
| commit | a3f6be81aa95f4f80504face9bc6de6d2dc1743f (patch) | |
| tree | 1c0d89befb43ba6340a6247d46479543c359a034 /scripts | |
| parent | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-11-09' into ... (diff) | |
| download | qemu-a3f6be81aa95f4f80504face9bc6de6d2dc1743f.tar.gz qemu-a3f6be81aa95f4f80504face9bc6de6d2dc1743f.tar.xz qemu-a3f6be81aa95f4f80504face9bc6de6d2dc1743f.zip | |
meson: always include contrib/libvhost-user
libvhost-user is needed when CONFIG_LINUX is set. The CONFIG_VHOST_USER
check in meson.build is incorrect.
In fact, no explicit check is needed since this dependency is not built
by default. If something declares a dependency on libvhost-user then it
will be built, otherwise it won't be built (i.e. on non-Linux hosts).
This fixes ./configure --disable-vhost-user && make.
Fixes: bc15e44cb2191bbb2318878acdf5038134e56394 ("configure: introduce --enable-vhost-user-blk-server")
Reported-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reported-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20201106210340.698771-1-stefanha@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
