diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 5daf492bac..a6ea578564 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
| @@ -499,7 +499,7 @@ class BaseConfig(object): | |||
| 499 | self.gtk = True | 499 | self.gtk = True |
| 500 | elif arg == 'gl': | 500 | elif arg == 'gl': |
| 501 | self.gl = True | 501 | self.gl = True |
| 502 | elif 'gl-es' in sys.argv[1:]: | 502 | elif arg == 'gl-es': |
| 503 | self.gl_es = True | 503 | self.gl_es = True |
| 504 | elif arg == 'egl-headless': | 504 | elif arg == 'egl-headless': |
| 505 | self.egl_headless = True | 505 | self.egl_headless = True |
