diff options
author | Evan Zelkowitz <evan.zelkowitz@gmail.com> | 2009-07-18 11:29:26 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-07-18 11:30:12 +0200 |
commit | 10e9b7ed08fb8a69796d0e486e74a343b24bb78d (patch) | |
tree | 5d30ece534b4ff081250aa39eb4145bca7eb0e14 /package/sdl_gfx/Config.in | |
parent | b09d8a72d2efe07bf996406deff5ded22652046f (diff) |
sdl_gfx: new package
Closes #369.
[Peter: Minor tweaks]
Signed-off-by: Evan Zelkowitz <evan.zelkowitz@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/sdl_gfx/Config.in')
-rw-r--r-- | package/sdl_gfx/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/sdl_gfx/Config.in b/package/sdl_gfx/Config.in new file mode 100644 index 000000000..4910b2d64 --- /dev/null +++ b/package/sdl_gfx/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_SDL_GFX + bool "SDL_gfx" + depends on BR2_PACKAGE_SDL + help + The SDL_gfx library is an extension to the SDL library which + provides basic antialiased drawing routines such as lines, + circles or polygons, an interpolating rotozoomer for SDL + surfaces, framerate control and MMX image filters. + + http://www.ferzkopp.net/joomla/content/view/19/14/ |