summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/runqemu1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 9611c6412e..2b8e88a47d 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -388,6 +388,7 @@ libgl='no'
388 388
389test -e /usr/lib/libGL.so -a -e /usr/lib/libGLU.so && libgl='yes' 389test -e /usr/lib/libGL.so -a -e /usr/lib/libGLU.so && libgl='yes'
390test -e /usr/lib64/libGL.so -a -e /usr/lib64/libGLU.so && libgl='yes' 390test -e /usr/lib64/libGL.so -a -e /usr/lib64/libGLU.so && libgl='yes'
391test -e /usr/lib/`uname -i`-linux-gnu/libGL.so -a -e /usr/lib/`uname -i`-linux-gnu/libGLU.so && libgl='yes'
391 392
392if [ "$libgl" != 'yes' ]; then 393if [ "$libgl" != 'yes' ]; then
393 echo "You need libGL.so and libGLU.so to exist in your library path to run the QEMU emulator. 394 echo "You need libGL.so and libGLU.so to exist in your library path to run the QEMU emulator.