summaryrefslogtreecommitdiffstats
path: root/package/freetype/Config.in
blob: 5c1ab69eeb61f97280e1604dd7ef28f932356e60 (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
27
config BR2_PACKAGE_FREETYPE
	bool "freetype"
	select BR2_PACKAGE_PKGCONFIG
	help
	a free, high-quality and portable font engine.

	http://www.freetype.org/

choice
	prompt "Freetype Version"
	depends on BR2_PACKAGE_FREETYPE
	default BR2_FREETYPE_VERSION_2_2_1
	help
	  Select the version of Freetype you wish to use.

	config BR2_FREETYPE_VERSION_2_2_1
		bool "Freetype 2.2.1"

	config BR2_FREETYPE_VERSION_2_3_5
		bool "Freetype 2.3.5"

endchoice

config BR2_FREETYPE_VERSION
	string
	default "2.2.1"		if BR2_FREETYPE_VERSION_2_2_1
	default "2.3.5"		if BR2_FREETYPE_VERSION_2_3_5