mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
configure, meson: move guest-agent, tools to meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
35acbb3058
commit
20cf5cb487
9 changed files with 50 additions and 75 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue