summaryrefslogtreecommitdiffstats
path: root/rules/freetype.in
blob: 57731e88cec3e684298f202f1b5df7245b9483cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## SECTION=multimedia_libs

menuconfig FREETYPE
	tristate
	prompt "freetype                      "
	select ZLIB
	select LIBPNG if FREETYPE_LIBPNG
	help
	  The FreeType project is a team of volunteers who develop free,
	  portable and high-quality software solutions for digital typography.
	  They specifically target embedded systems and focus on bringing small,
	  efficient and ubiquitous products.
	  The FreeType library is their software font engine. In version 1 this
	  library only supports true type fonts, since version 2 it supports all
	  types of scalable fonts. If you intent to use this library in an X
	  environment, its only needed on client side, not on server side.

if FREETYPE

config FREETYPE_LIBPNG
	bool
	prompt "enable png support"
	help
	  libpng is optional for freetype.

endif