diff options
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 1e803edd1b..9fdbd5487e 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -394,7 +394,7 @@ libgl='no' | |||
394 | if [ "$libgl" != 'yes' ]; then | 394 | if [ "$libgl" != 'yes' ]; then |
395 | echo "You need libGL.so and libGLU.so to exist in your library path to run the QEMU emulator. | 395 | echo "You need libGL.so and libGLU.so to exist in your library path to run the QEMU emulator. |
396 | Ubuntu package names are: libgl1-mesa-dev and libglu1-mesa-dev. | 396 | Ubuntu package names are: libgl1-mesa-dev and libglu1-mesa-dev. |
397 | Fedora package names are: mesa-libGL mesa-libGLU." | 397 | Fedora package names are: mesa-libGL-devel mesa-libGLU-devel." |
398 | exit 1; | 398 | exit 1; |
399 | fi | 399 | fi |
400 | 400 | ||