summaryrefslogtreecommitdiffstats
path: root/rules/sdl2-ttf.in
blob: a1467693373549553c397a4efcbfe50c34dd4fdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=multimedia_sdl

config SDL2_TTF
	tristate
	select SDL2
	select FREETYPE
	prompt "SDL2 ttf"
	help
	  This is a sample library which allows you to use TrueType
	  fonts in your SDL applications. It comes with an example
	  program "showfont" which displays an example string for a
	  given TrueType font file.