2005-08-19 06:57:13 +02:00
|
|
|
config BR2_PACKAGE_SDL
|
|
|
|
bool "SDL"
|
|
|
|
help
|
2009-11-22 21:03:42 +01:00
|
|
|
Simple DirectMedia Layer - SDL is a library that allows
|
|
|
|
programs portable low level access to a video framebuffer,
|
|
|
|
audio output, mouse, and keyboard.
|
2005-08-19 06:57:13 +02:00
|
|
|
|
|
|
|
http://www.libsdl.org/
|
2007-11-16 13:37:23 +01:00
|
|
|
|
2009-11-22 21:03:42 +01:00
|
|
|
if BR2_PACKAGE_SDL
|
2007-11-16 13:37:23 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_SDL_FBCON
|
|
|
|
bool "SDL framebuffer console video driver"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SDL_DIRECTFB
|
|
|
|
bool "SDL DirectFB video driver"
|
2009-11-22 21:03:42 +01:00
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
2007-11-16 13:37:23 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_SDL_QTOPIA
|
|
|
|
bool "SDL Qtopia video driver"
|
2009-11-22 21:03:42 +01:00
|
|
|
depends on BR2_PACKAGE_QT
|
2007-11-16 13:37:23 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_SDL_X11
|
|
|
|
bool "SDL X11 video driver"
|
2009-11-22 21:03:42 +01:00
|
|
|
depends on BR2_PACKAGE_XORG7
|
2007-11-16 13:37:23 +01:00
|
|
|
|
2009-11-22 21:03:42 +01:00
|
|
|
endif
|