qemu: options sdl and sdl2 conflict with each other
This commit is contained in:
parent
191c1eaf51
commit
c9ebe34b52
|
@ -25,6 +25,7 @@ build_options_default="sdl"
|
|||
desc_option_gtk="Enable GTK display and use it by default"
|
||||
desc_option_sdl="Use SDL (1.x) video output"
|
||||
desc_option_sdl2="Use SDL (2.x) video output"
|
||||
vopt_conflict "sdl" "sdl2"
|
||||
|
||||
do_configure() {
|
||||
local args=
|
||||
|
|
Loading…
Reference in New Issue