kumquat-buildroot/package/freetype/Config.in
Hamish Moffatt 50bad3ea45 Version bump to 2.3.7
This package should be converted to use Makefile.autotools.in by someone who uses it..
2008-09-05 01:03:45 +00:00

28 lines
581 B
Plaintext

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_7
bool "Freetype 2.3.7"
endchoice
config BR2_FREETYPE_VERSION
string
default "2.2.1" if BR2_FREETYPE_VERSION_2_2_1
default "2.3.7" if BR2_FREETYPE_VERSION_2_3_7