931049b46c
Since libqemuutil.a has been converted to Meson, the conversion is straightforward. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
4 lines
182 B
Meson
4 lines
182 B
Meson
libvhost_user = static_library('vhost-user',
|
|
files('libvhost-user.c', 'libvhost-user-glib.c'),
|
|
build_by_default: false)
|