package/qemu: add optional usb-redir support

Signed-off-by: Jared Bents <jared.bents@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020.08.x
Jared Bents 2020-07-14 11:57:50 -05:00 committed by Thomas Petazzoni
parent fec5e41c34
commit 3eab44d9a3
1 changed files with 7 additions and 1 deletions

View File

@ -140,6 +140,13 @@ else
QEMU_OPTS += --disable-spice
endif
ifeq ($(BR2_PACKAGE_USBREDIR),y)
QEMU_OPTS += --enable-usb-redir
QEMU_DEPENDENCIES += usbredir
else
QEMU_OPTS += --disable-usb-redir
endif
# Override CPP, as it expects to be able to call it like it'd
# call the compiler.
define QEMU_CONFIGURE_CMDS
@ -172,7 +179,6 @@ define QEMU_CONFIGURE_CMDS
--disable-docs \
--disable-rbd \
--disable-libiscsi \
--disable-usb-redir \
--disable-strip \
--disable-sparse \
--disable-mpath \