diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-09-24 12:06:59 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-09-24 12:06:59 +0000 |
commit | e40448aa34be9a626a031e893d51177d761a5c57 (patch) | |
tree | 5fa9647cac626a3b774523b7335c6584f0803bd0 /package/sdl_net/Config.in | |
parent | 1a66c6c5471d561e9e0d3b5270199787c3bb5e5e (diff) |
SDL_net: add new package SDL_net
This patch adds a new package SDL_net. SDL_net is a small, low-level,
cross-platform network library, that can be used with the Simple DirectMedia
Layer library (SDL).
http://www.libsdl.org/projects/SDL_net/
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'package/sdl_net/Config.in')
-rw-r--r-- | package/sdl_net/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/sdl_net/Config.in b/package/sdl_net/Config.in new file mode 100644 index 000000000..2001d230f --- /dev/null +++ b/package/sdl_net/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_SDL_NET + bool "SDL_net" + depends on BR2_PACKAGE_SDL + help + SDL_net is a small, low-level, cross-platform network library, that + can be used with the Simple DirectMedia Layer library (SDL). + + http://www.libsdl.org/projects/SDL_net/ |