]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: unbreak non-gl displays
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 27 Oct 2021 20:18:29 +0000 (22:18 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 30 Oct 2021 17:55:54 +0000 (18:55 +0100)
commitd6d5fe44510d2087b735758ac85e804533a1778c
treed2befaa3e5a8c900c976e9e0898eeb36e36a3521
parentc884878f6c833b18a3a95b193f5de68df5bcea48
runqemu: unbreak non-gl displays

Correct two issues:
1. Looking for dri.pc is only needed when gl is enabled.
2. virtio-vga-gl works only when gl is enabled via -display,
otherwise virtio-vga needs to be selected.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
scripts/runqemu