When I compile qemu for arm platform, I configure as follows:
./configure --cross-prefix=arm-linux-gnueabi- --target-list=arm-softmmu --enable-kvm --enable-sdl --static
But get errors below:
ERROR: User requested feature sdl ERROR: configure was not able to find it
I don't know what's wrong I use Ubuntu 12.04 with libsdl1.2dev on it I download the source code of qemu from its official site