[Buildroot] [PATCH 2/8] Make all package using gettext rely on BR2_NEEDS_GETTEXT

Peter Korsgaard jacmet at uclibc.org
Mon May 17 07:46:48 UTC 2010


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

Hi,

 Thomas> diff --git a/package/avahi/Config.in b/package/avahi/Config.in
 Thomas> index 35b7c27..3386005 100644
 Thomas> --- a/package/avahi/Config.in
 Thomas> +++ b/package/avahi/Config.in
 Thomas> @@ -1,7 +1,7 @@
 Thomas>  config BR2_PACKAGE_AVAHI
 Thomas>  	bool "avahi"
 Thomas> -	select BR2_PACKAGE_GETTEXT if BR2_ENABLE_LOCALE
 Thomas> -	select BR2_PACKAGE_LIBINTL if BR2_ENABLE_LOCALE
 Thomas> +	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
 Thomas> +	select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT

Hmm, I'm using avahi here with an internal toolchain without locale
support, and wouldn't want to add gettext/libintl.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list