xref: /OK3568_Linux_fs/buildroot/package/sdl/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_SDL
2	bool "SDL"
3	help
4	  Simple DirectMedia Layer - SDL is a library that allows
5	  programs portable low level access to a video framebuffer,
6	  audio output, mouse, and keyboard.
7
8	  http://www.libsdl.org/
9
10if BR2_PACKAGE_SDL
11
12config BR2_PACKAGE_SDL_FBCON
13	bool "SDL framebuffer console video driver"
14	default y
15
16config BR2_PACKAGE_SDL_DIRECTFB
17	bool "SDL DirectFB video driver"
18	depends on BR2_PACKAGE_DIRECTFB
19
20config BR2_PACKAGE_SDL_X11
21	bool "SDL X11 video driver"
22	depends on BR2_PACKAGE_XORG7
23	select BR2_PACKAGE_XLIB_LIBX11
24	select BR2_PACKAGE_XLIB_LIBXEXT
25
26endif
27