|
@@ -118,13 +118,15 @@ comment "Frontends"
|
|
|
|
|
|
config BR2_PACKAGE_QEMU_SDL
|
|
|
bool "Enable SDL frontend"
|
|
|
- depends on BR2_PACKAGE_XORG7
|
|
|
- select BR2_PACKAGE_SDL
|
|
|
- select BR2_PACKAGE_SDL_X11
|
|
|
+ depends on !BR2_STATIC_LIBS # sdl2
|
|
|
+ select BR2_PACKAGE_SDL2
|
|
|
help
|
|
|
Say 'y' to enable the SDL frontend, that is, a graphical
|
|
|
window presenting the VM's display.
|
|
|
|
|
|
+comment "SDL frontend needs a toolchain w/ dynamic library"
|
|
|
+ depends on BR2_STATIC_LIBS
|
|
|
+
|
|
|
comment "Misc. features"
|
|
|
|
|
|
config BR2_PACKAGE_QEMU_FDT
|