xref: /OK3568_Linux_fs/buildroot/package/sdl_gfx/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_SDL_GFX
2	bool "SDL_gfx"
3	depends on BR2_PACKAGE_SDL
4	help
5	  The SDL_gfx library is an extension to the SDL library which
6	  provides basic antialiased drawing routines such as lines,
7	  circles or polygons, an interpolating rotozoomer for SDL
8	  surfaces, framerate control and MMX image filters.
9
10	  http://cms.ferzkopp.net/index.php/software/13-sdl-gfx
11