pmb.qemu: remove QEMU mesa driver setup question (!1886)

mesa-dri-swrast and mesa-dri-virtio are both provided by mesa-dri-gallium
now, so this option does not have much use anymore. With both selections,
exactly the same packages are installed.
This commit is contained in:
Minecrell 2020-03-05 21:52:28 +01:00 committed by Oliver Smith
parent cb1f68817f
commit 320b2faa4c
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
7 changed files with 2 additions and 58 deletions

View file

@ -177,7 +177,7 @@ def command_qemu(args, arch, device, img_path):
logging.info("WARNING: QEMU is not using KVM and will run slower!")
# 2D acceleration support via virtio
if native and args.qemu_native_mesa_driver == "dri-virtio":
if native:
command += ["-vga", "virtio"]
command += ["-display", args.qemu_display]