configure, meson: move guest-agent, tools to meson

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2021-10-15 16:47:43 +02:00
parent 35acbb3058
commit 20cf5cb487
9 changed files with 50 additions and 75 deletions

View file

@ -1,4 +1,4 @@
if 'CONFIG_TOOLS' in config_host and virgl.found() and gbm.found() \
if have_tools and virgl.found() and gbm.found() \
and 'CONFIG_LINUX' in config_host and pixman.found()
executable('vhost-user-gpu', files('vhost-user-gpu.c', 'virgl.c', 'vugbm.c'),
dependencies: [qemuutil, pixman, gbm, virgl, vhost_user, opengl],