[Cogl] [PATCH 2/2] Fix the documented default value for --enable-cogl-path

Robert Bragg robert at sixbynine.org
Mon Aug 19 10:04:10 PDT 2013


This looks good to land to me,

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

thanks,
- Robert


On Mon, Aug 19, 2013 at 3:54 PM, Neil Roberts <neil at linux.intel.com> wrote:
> As far as I can tell --enable-cogl-path is enabled by default but the
> help string for it was suggesting otherwise.
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 6c79dbe..a81d15b 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -532,7 +532,7 @@ dnl     ============================================================
>
>  AC_ARG_ENABLE(
>    [cogl-path],
> -  [AC_HELP_STRING([--enable-cogl-path=@<:@no/yes@:>@], [Enable 2D path support @<:@default=no@:>@])],
> +  [AC_HELP_STRING([--enable-cogl-path=@<:@no/yes@:>@], [Enable 2D path support @<:@default=yes@:>@])],
>    [],
>    enable_cogl_path=yes
>  )
> --
> 1.8.3.1
>
> _______________________________________________
> Cogl mailing list
> Cogl at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/cogl


More information about the Cogl mailing list