2005-08-19 06:57:13 +02:00
|
|
|
config BR2_PACKAGE_SDL
|
|
|
|
bool "SDL"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
|
|
|
|
http://www.libsdl.org/
|
2007-11-16 13:37:23 +01:00
|
|
|
|
|
|
|
menu "SDL options selection"
|
|
|
|
depends BR2_PACKAGE_SDL
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SDL_FBCON
|
|
|
|
bool "SDL framebuffer console video driver"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SDL_DIRECTFB
|
|
|
|
bool "SDL DirectFB video driver"
|
|
|
|
default n
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SDL_QTOPIA
|
|
|
|
bool "SDL Qtopia video driver"
|
|
|
|
default n
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SDL_X11
|
|
|
|
bool "SDL X11 video driver"
|
|
|
|
default n
|
|
|
|
|
|
|
|
endmenu
|