summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/qemu/qemu.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/qemu/qemu.inc b/meta/packages/qemu/qemu.inc
index 5711596cc2..5425aaf4a5 100644
--- a/meta/packages/qemu/qemu.inc
+++ b/meta/packages/qemu/qemu.inc
@@ -16,7 +16,8 @@ do_configure_prepend_virtclass-native() {
16 test -e /usr/lib/libGL.so -a -e /usr/lib/libGLU.so && libgl='yes' 16 test -e /usr/lib/libGL.so -a -e /usr/lib/libGLU.so && libgl='yes'
17 test -e /usr/lib64/libGL.so -a -e /usr/lib64/libGLU.so && libgl='yes' 17 test -e /usr/lib64/libGL.so -a -e /usr/lib64/libGLU.so && libgl='yes'
18 18
19 test -e /usr/lib/pkgconfig/sdl.pc -o -e /usr/lib64/pkgconfig/sdl.pc && libsdl='yes' 19 test -e /usr/lib/pkgconfig/sdl.pc -o -e /usr/lib64/pkgconfig/sdl.pc -o -e /usr/include/SDL/SDL.h && libsdl='yes'
20
20 21
21 if [ "$libsdl" != 'yes' -o "$libgl" != 'yes' ]; then 22 if [ "$libsdl" != 'yes' -o "$libgl" != 'yes' ]; then
22 echo "You need libGL.so and libGLU.so to exist in your library path and the development headers for SDL installed to build qemu-native. 23 echo "You need libGL.so and libGLU.so to exist in your library path and the development headers for SDL installed to build qemu-native.