mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
runqemu: additional setting to force software rendering with sdl 2.0.18
(From OE-Core rev: 282e28bec1419d4e34076234027f34af3a49e7b5) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
346dd8c7c9
commit
6616b85af4
|
@ -474,6 +474,7 @@ class BaseConfig(object):
|
|||
|
||||
if 'gl' not in sys.argv[1:] and 'gl-es' not in sys.argv[1:]:
|
||||
os.environ['SDL_RENDER_DRIVER'] = 'software'
|
||||
os.environ['SDL_FRAMEBUFFER_ACCELERATION'] = 'false'
|
||||
|
||||
unknown_arg = ""
|
||||
for arg in sys.argv[1:]:
|
||||
|
|
Loading…
Reference in New Issue
Block a user