xorg-server: not available with musl on ARM
[buildroot-gz.git] / package / sdl / Config.in
blob65ac8a246924e70e086e4900137915f9677bd19d
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.
8           http://www.libsdl.org/
10 if BR2_PACKAGE_SDL
12 config BR2_PACKAGE_SDL_FBCON
13         bool "SDL framebuffer console video driver"
14         default y
16 config BR2_PACKAGE_SDL_DIRECTFB
17         bool "SDL DirectFB video driver"
18         depends on BR2_PACKAGE_DIRECTFB
20 config BR2_PACKAGE_SDL_QTOPIA
21         bool "SDL Qtopia video driver"
22         depends on BR2_PACKAGE_QT
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
30 endif