toolchain/external: bump Linaro ARMeb to 2016.05 for i686 hosts
[buildroot-gz.git] / package / sdl2 / Config.in
blobb73611dbb045f49fd444bf88fba11ab21f9f8f39
1 config BR2_PACKAGE_SDL2
2         bool "sdl2"
3         depends on !BR2_STATIC_LIBS
4         help
5           Simple DirectMedia Layer 2 - SDL2 is a library that allows
6           programs portable low level access to a video framebuffer,
7           audio output, mouse, and keyboard. It is not compatible with
8           SDL1.
10           http://www.libsdl.org/
12 if BR2_PACKAGE_SDL2
14 config BR2_PACKAGE_SDL2_DIRECTFB
15         bool "DirectFB video driver"
16         depends on BR2_PACKAGE_DIRECTFB
18 comment "DirectFB video driver needs directfb"
19         depends on !BR2_PACKAGE_DIRECTFB
21 config BR2_PACKAGE_SDL2_X11
22         bool "X11 video driver"
23         depends on BR2_PACKAGE_XORG7
24         select BR2_PACKAGE_XLIB_LIBX11
25         select BR2_PACKAGE_XLIB_LIBXEXT
27 comment "X11 video driver needs X.org"
28         depends on !BR2_PACKAGE_XORG7
30 endif
32 comment "sdl2 needs a toolchain w/ dynamic library"
33         depends on BR2_STATIC_LIBS