iptables: bump to version 1.6.1
[buildroot-gz.git] / package / sdl2 / Config.in
blob8fc14ee73720005968190957f28bdaf3ab49f4a2
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         depends on BR2_USE_MMU # fork()
25         select BR2_PACKAGE_XLIB_LIBX11
26         select BR2_PACKAGE_XLIB_LIBXEXT
28 comment "X11 video driver needs X.org"
29         depends on !BR2_PACKAGE_XORG7
30         depends on BR2_USE_MMU
32 endif
34 comment "sdl2 needs a toolchain w/ dynamic library"
35         depends on BR2_STATIC_LIBS