2005-04-26 08:26:14 +02:00
|
|
|
config BR2_PACKAGE_FREETYPE
|
|
|
|
bool "freetype"
|
2008-06-14 23:01:16 +02:00
|
|
|
select BR2_PACKAGE_PKGCONFIG
|
2005-04-26 08:26:14 +02:00
|
|
|
help
|
2008-03-06 19:09:59 +01:00
|
|
|
a free, high-quality and portable font engine.
|
2005-04-26 08:26:14 +02:00
|
|
|
|
|
|
|
http://www.freetype.org/
|
2007-11-16 11:16:48 +01:00
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Freetype Version"
|
2008-06-19 21:06:25 +02:00
|
|
|
depends on BR2_PACKAGE_FREETYPE
|
2008-12-08 14:42:01 +01:00
|
|
|
default BR2_FREETYPE_VERSION_2_3_7
|
2007-11-16 11:16:48 +01:00
|
|
|
help
|
|
|
|
Select the version of Freetype you wish to use.
|
|
|
|
|
|
|
|
config BR2_FREETYPE_VERSION_2_2_1
|
|
|
|
bool "Freetype 2.2.1"
|
2009-01-08 09:27:18 +01:00
|
|
|
depends on BR2_DEPRECATED
|
2007-11-16 11:16:48 +01:00
|
|
|
|
2008-09-05 03:03:45 +02:00
|
|
|
config BR2_FREETYPE_VERSION_2_3_7
|
|
|
|
bool "Freetype 2.3.7"
|
2007-11-16 11:16:48 +01:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config BR2_FREETYPE_VERSION
|
|
|
|
string
|
|
|
|
default "2.2.1" if BR2_FREETYPE_VERSION_2_2_1
|
2008-09-05 03:03:45 +02:00
|
|
|
default "2.3.7" if BR2_FREETYPE_VERSION_2_3_7
|