diff options
author | Peter Wu <lekensteyn@gmail.com> | 2013-06-11 10:55:08 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2013-06-11 23:45:44 +0400 |
commit | 047d4e151dd462915786a4fddc12f774d0028af5 (patch) | |
tree | 0e0c608a7c40dacff19da5508b5a82bf9b2abe67 /Makefile | |
parent | 787ba4f026f54d4fc7787078b896f9c5432c9a9b (diff) |
Unbreak -no-quit for GTK, validate SDL options
Certain options (-no-frame, -alt-grab, -ctrl-grab) only make sense with SDL.
When compiling without SDL, these options (and -no-quit) print an error message
and exit qemu.
In case QEMU is compiled with SDL support, the three aforementioned options
still do not make sense with other display types. This patch addresses that
issue by printing a warning. I have chosen not to exit QEMU afterwards because
having the option is not harmful and before this patch it would be ignored
anyway.
By delaying the sanity check from compile-time with some ifdefs to run-time,
-no-quit is now also properly supported when compiling without SDL.
Signed-off-by: Peter Wu <lekensteyn@gmail.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions