Add implementation of emulated device to build. Now it is possible to create emulated CD devices. Signed-off-by: Yuri Benditovich <yuri.benditovich@xxxxxxxxxx> --- src/meson.build | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/meson.build b/src/meson.build index fe19c16..3837a9d 100644 --- a/src/meson.build +++ b/src/meson.build @@ -124,6 +124,13 @@ spice_client_glib_sources = [ 'usb-backend.c', 'usb-emulation.h', 'usb-backend.h', + 'usb-device-cd.c', + 'usb-device-cd.h', + 'cd-scsi.c', + 'cd-scsi.h', + 'cd-scsi-dev-params.h', + 'cd-usb-bulk-msd.c', + 'cd-usb-bulk-msd.h', 'vmcstream.c', 'vmcstream.h', ] -- 2.17.1 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel