2005-08-19 12:57:13 +08:00
|
|
|
config BR2_PACKAGE_SDL
|
|
|
|
bool "SDL"
|
|
|
|
help
|
2009-11-23 04:03:42 +08: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 12:57:13 +08:00
|
|
|
|
|
|
|
http://www.libsdl.org/
|
2007-11-16 20:37:23 +08:00
|
|
|
|
2009-11-23 04:03:42 +08:00
|
|
|
if BR2_PACKAGE_SDL
|
2007-11-16 20:37:23 +08: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-23 04:03:42 +08:00
|
|
|
depends on BR2_PACKAGE_DIRECTFB
|
2007-11-16 20:37:23 +08:00
|
|
|
|
|
|
|
config BR2_PACKAGE_SDL_QTOPIA
|
|
|
|
bool "SDL Qtopia video driver"
|
2009-11-23 04:03:42 +08:00
|
|
|
depends on BR2_PACKAGE_QT
|
2007-11-16 20:37:23 +08:00
|
|
|
|
|
|
|
config BR2_PACKAGE_SDL_X11
|
|
|
|
bool "SDL X11 video driver"
|
2009-11-23 04:03:42 +08:00
|
|
|
depends on BR2_PACKAGE_XORG7
|
2012-02-08 18:42:23 +08:00
|
|
|
select BR2_PACKAGE_XLIB_LIBX11
|
|
|
|
select BR2_PACKAGE_XLIB_LIBXEXT
|
2007-11-16 20:37:23 +08:00
|
|
|
|
2009-11-23 04:03:42 +08:00
|
|
|
endif
|