xref: /OK3568_Linux_fs/buildroot/package/sdl_net/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_SDL_NET
2	bool "SDL_net"
3	depends on BR2_PACKAGE_SDL
4	help
5	  SDL_net is a small, low-level, cross-platform network
6	  library, that can be used with the Simple DirectMedia Layer
7	  library (SDL).
8
9	  http://www.libsdl.org/projects/SDL_net/
10