summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 4e05c1bb15..07429372ea 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -1369,6 +1369,7 @@ class BaseConfig(object):
1369 if self.sdl == True: 1369 if self.sdl == True:
1370 self.qemu_opt += 'sdl,' 1370 self.qemu_opt += 'sdl,'
1371 elif self.gtk == True: 1371 elif self.gtk == True:
1372 os.environ['FONTCONFIG_PATH'] = '/etc/fonts'
1372 self.qemu_opt += 'gtk,' 1373 self.qemu_opt += 'gtk,'
1373 1374
1374 if self.gl == True: 1375 if self.gl == True: