[Cogl] [PATCH] build: Indicate if cogl is build with i18n support

Robert Bragg robert at sixbynine.org
Tue Sep 18 03:58:02 PDT 2012


This looks good to land to me:

Reviewed-by: Robert Bragg <robert at linux.intel.com>

thanks,
- Robert

On Mon, Sep 17, 2012 at 9:34 PM, Damien Lespiau
<damien.lespiau at gmail.com> wrote:
> From: Damien Lespiau <damien.lespiau at intel.com>
>
> --disable-nls can be used to compile cogl without i18n support. Let's
> indicate the i18n enabling status so curious people can deduce it can be
> compiled out.
> ---
>  configure.ac |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index b41f9ac..74d4de3 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1278,6 +1278,7 @@ echo ""
>  echo " • Extra:"
>  echo "        Build API reference: ${enable_gtk_doc}"
>  echo "        Build introspection data: ${enable_introspection}"
> +echo "        Enable internationalization: ${USE_NLS}"
>
>  echo ""
>
> --
> 1.7.7.5
>
> _______________________________________________
> Cogl mailing list
> Cogl at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/cogl


More information about the Cogl mailing list