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