qt5: remove 'tablet' QEMU argument from run scripts

Fixes #3175
This commit is contained in:
Christian Prochaska 2019-02-20 12:24:50 +01:00 committed by Christian Helmuth
parent 2cf4e5a6de
commit a85c47134b
2 changed files with 0 additions and 5 deletions

View File

@ -242,8 +242,6 @@ append boot_modules [qt5_boot_modules feature]
build_boot_image $boot_modules
append qemu_args " -usbdevice tablet "
run_genode_until forever
# vi: set ft=tcl :

View File

@ -152,7 +152,4 @@ catch { exec sh -c $cmd }
append_if $use_ahci_driver qemu_args " -drive id=disk,file=$disk_image,format=raw,if=none -device ahci,id=ahci -device ide-drive,drive=disk,bus=ahci.0 -boot d"
append qemu_args " -usbdevice tablet "
run_genode_until forever