The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / sdl / Config.in
1 config 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
10 if BR2_PACKAGE_SDL
11
12 config BR2_PACKAGE_SDL_FBCON
13         bool "SDL framebuffer console video driver"
14         default y
15
16 config BR2_PACKAGE_SDL_DIRECTFB
17         bool "SDL DirectFB video driver"
18         depends on BR2_PACKAGE_DIRECTFB
19
20 config BR2_PACKAGE_SDL_QTOPIA
21         bool "SDL Qtopia video driver"
22         depends on BR2_PACKAGE_QT
23
24 config BR2_PACKAGE_SDL_X11
25         bool "SDL X11 video driver"
26         depends on BR2_PACKAGE_XORG7
27         select BR2_PACKAGE_XLIB_LIBX11
28         select BR2_PACKAGE_XLIB_LIBXEXT
29
30 endif