xref: /OK3568_Linux_fs/buildroot/package/sdl2_gfx/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_SDL2_GFX
2	bool "sdl2_gfx"
3	depends on BR2_PACKAGE_SDL2
4	help
5	  The SDL2_gfx library is an extension to the SDL2 library
6	  which provides basic antialiased drawing routines such as
7	  lines, circles or polygons, an interpolating rotozoomer for
8	  SDL surfaces, framerate control and MMX image filters.
9
10	  http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx
11