summaryrefslogtreecommitdiffstats
path: root/rules/sdl-gfx.in
blob: 35dee202e8d36d6b74a4c539032acae6ece5896b (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=multimedia_sdl

config SDL_GFX
	tristate
	select SDL
	prompt "SDL gfx"
	help
	  SDL graphics drawing primitives and other support functions wrapped up
	  in an addon library for the Simple Direct Media (SDL) cross-platform
	  API layer.