If I use ./configure --disable-bsd-user --disable-gfx-check
I get:
The error log from compiling the libSDL test is:
/tmp/qemu-conf--26945-.c:1:17: error: SDL.h: No such file or directory
/tmp/qemu-conf--26945-.c: In function 'main':
/tmp/qemu-conf--26945-.c:3: error: 'SDL_INIT_VIDEO' undeclared (first use
in this function)
/tmp/qemu-conf--26945-.c:3: error: (Each undeclared identifier is reported
only once
/tmp/qemu-conf--26945-.c:3: error: for each function it appears in.)
I don't know where the SDL stuff comes from.
-Matt