Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qemu: Enable the SDL UI frontend by default on OS X < 10.5.
QEMU normally enables the Cocoa UI frontend by default when building for OS X, but this is unusable on < 10.5 due to missing features on these OS X versions. This change allows users building QEMU for 10.4.x to have a UI by default (like what you would get building it for >= 10.5), instead of having to remember to specify the --with-sdl build flag. Otherwise, OS X 10.4.x users who run `brew install qemu` without this commit will end up building headless/VNC-only binaries of QEMU, which they may not expect.
- Loading branch information