diff options
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index ac5facfa21..c349de081f 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -406,7 +406,8 @@ test -e /usr/lib/*-linux-gnu/libGL.so -a -e /usr/lib/*-linux-gnu/libGLU.so && li | |||
406 | 406 | ||
407 | if [ "$libgl" != 'yes' ]; then | 407 | if [ "$libgl" != 'yes' ]; then |
408 | echo "You need libGL.so and libGLU.so to exist in your library path to run the QEMU emulator. | 408 | echo "You need libGL.so and libGLU.so to exist in your library path to run the QEMU emulator. |
409 | Ubuntu package names are: libgl1-mesa-dev and libglu1-mesa-dev." | 409 | Ubuntu package names are: libgl1-mesa-dev and libglu1-mesa-dev. |
410 | Fedora package names are: mesa-libGL mesa-libGLU." | ||
410 | exit 1; | 411 | exit 1; |
411 | fi | 412 | fi |
412 | 413 | ||