mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
use usb-tablet instead of usb-mouse for qemu aarch64
This commit is contained in:
parent
04a03b93ee
commit
a393103334
@ -47,7 +47,7 @@ else ifeq ($(ARCH),aarch64)
|
||||
QEMUFLAGS+=-device ramfb
|
||||
endif
|
||||
ifneq ($(usb),no)
|
||||
QEMUFLAGS+=-device qemu-xhci -device usb-kbd -device usb-mouse
|
||||
QEMUFLAGS+=-device qemu-xhci -device usb-kbd -device usb-tablet
|
||||
endif
|
||||
else
|
||||
$(error Unsupported ARCH for QEMU "$(ARCH)"))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user