mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-15 21:59:27 +00:00
11 lines
375 B
Plaintext
11 lines
375 B
Plaintext
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://cms.ferzkopp.net/index.php/software/13-sdl-gfx
|