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