123456789101112131415161718192021222324252627 |
- config BR2_PACKAGE_SDL
- bool "SDL"
- default n
- help
- http://www.libsdl.org/
- 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
|