[Buildroot] svn commit: trunk/buildroot/package/freetype

Hamish Moffatt hamish at cloud.net.au
Fri Sep 5 12:53:03 UTC 2008


On Fri, Sep 05, 2008 at 11:52:33AM +0200, Peter Korsgaard wrote:
>  hamish> Changeset:
>  hamish> Modified: trunk/buildroot/package/freetype/Config.in
>  hamish> ===================================================================
>  hamish> --- trunk/buildroot/package/freetype/Config.in	2008-09-04 16:16:47 UTC (rev 23324)
>  hamish> +++ trunk/buildroot/package/freetype/Config.in	2008-09-05 01:03:45 UTC (rev 23325)
>  hamish> @@ -16,12 +16,12 @@
>  hamish>  	config BR2_FREETYPE_VERSION_2_2_1
>  hamish>  		bool "Freetype 2.2.1"
>  
>  hamish> -	config BR2_FREETYPE_VERSION_2_3_5
>  hamish> -		bool "Freetype 2.3.5"
>  hamish> +	config BR2_FREETYPE_VERSION_2_3_7
>  hamish> +		bool "Freetype 2.3.7"
> 
> Please use 2_3_x like we do it for busybox and haserl so kconfig will
> do the right thing when you update your buildroot snapshot.

Hi Peter,

That sounds good but I'm not really sure what you mean?


choice
	prompt "BusyBox Version"
	depends on BR2_PACKAGE_BUSYBOX
	default BR2_BUSYBOX_VERSION_1_12_X
	help
	  Select the version of BusyBox you wish to use.

	config BR2_BUSYBOX_VERSION_1_2_2_1
		bool "BusyBox 1.2.2.1"
		depends on BR2_DEPRECATED

	[...]
endchoice

config BR2_BUSYBOX_VERSION
	string
	default "1.2.2.1"	if BR2_BUSYBOX_VERSION_1_2_2_1
	default "1.6.1"		if BR2_BUSYBOX_VERSION_1_6_1
	default "1.7.5"		if BR2_BUSYBOX_VERSION_1_7_X
	default "1.8.3"		if BR2_BUSYBOX_VERSION_1_8_X
	default "1.9.2"		if BR2_BUSYBOX_VERSION_1_9_X
	default "1.10.4"	if BR2_BUSYBOX_VERSION_1_10_X
	default "1.11.2"	if BR2_BUSYBOX_VERSION_1_11_X
	default "1.12.0"	if BR2_BUSYBOX_VERSION_1_12_X


How's it different?

Thanks and regards
Hamish
-- 
Hamish Moffatt VK3SB <hamish at debian.org> <hamish at cloud.net.au>



More information about the buildroot mailing list