xref: /OK3568_Linux_fs/buildroot/package/sdl2_net/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_SDL2_NET
2*4882a593Smuzhiyun	bool "sdl2_net"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_SDL2
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  This is a small sample cross-platform networking library,
6*4882a593Smuzhiyun	  with a sample chat client and server application. The chat
7*4882a593Smuzhiyun	  client uses the GUIlib GUI framework library.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  http://www.libsdl.org/projects/SDL_net/
10