pass ARCH down to uClibc
[buildroot.git] / package / freetype / Config.in
blob89c26339fdb407d68c44cb321193525c5507dfb4
1 config BR2_PACKAGE_FREETYPE
2         bool "freetype"
3         default n
4         help
6         http://www.freetype.org/
8 choice
9         prompt "Freetype Version"
10         depends on BR2_PACKAGE_FREETYPE
11         default BR2_FREETYPE_VERSION_2_2_1
12         help
13           Select the version of Freetype you wish to use.
15         config BR2_FREETYPE_VERSION_2_2_1
16                 bool "Freetype 2.2.1"
18         config BR2_FREETYPE_VERSION_2_3_5
19                 bool "Freetype 2.3.5"
21 endchoice
23 config BR2_FREETYPE_VERSION
24         string
25         default "2.2.1"         if BR2_FREETYPE_VERSION_2_2_1
26         default "2.3.5"         if BR2_FREETYPE_VERSION_2_3_5