summaryrefslogblamecommitdiffstats
path: root/package/freetype/Config.in
blob: ba87aff41ecf3de1b14004eee53765d7ad9b833b (plain) (tree)
1
2
3
4
5
6
7
8
9

                           
            
                                                      

                                


                                 
                                       
                                          




                                                         
                                         
 

                                         





                                                             
                                                             
config BR2_PACKAGE_FREETYPE
	bool "freetype"
	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_3_7
	help
	  Select the version of Freetype you wish to use.

	config BR2_FREETYPE_VERSION_2_2_1
		bool "Freetype 2.2.1"
		depends on BR2_DEPRECATED

	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