master
build 4 lines 194 Bytes
Raw
1 if have_tools and have_vhost_user and host_os == 'linux'
2 executable('vhost-user-bridge', files('vhost-user-bridge.c'),
3 dependencies: [qemuutil, vhost_user], install: false)
4 endif