1 config BR2_PACKAGE_SDL2
3 depends on !BR2_STATIC_LIBS
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
10 http://www.libsdl.org/
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
32 comment "sdl2 needs a toolchain w/ dynamic library"
33 depends on BR2_STATIC_LIBS