[Cogl] [PATCH] build: Use the correct variable to indicate of cogl-gles2 will be built

Robert Bragg robert at sixbynine.org
Tue Sep 18 03:57:35 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:39 PM, Damien Lespiau
<damien.lespiau at gmail.com> wrote:
> From: Damien Lespiau <damien.lespiau at intel.com>
>
> Instead of using the variable to use in Makefile.ams.
> ---
>  configure.ac |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 74d4de3..822812d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1260,7 +1260,7 @@ fi
>  if test "x$SUPPORT_SDL" = "xyes"; then
>  echo "        Support GLES under SDL: ${SUPPORT_SDL_GLES}"
>  fi
> -echo "        Build libcogl-gles2 GLES 2.0 frontend api: ${BUILD_COGL_GLES2}"
> +echo "        Build libcogl-gles2 GLES 2.0 frontend api: ${enable_cogl_gles2}"
>  echo "        Image backend: ${COGL_IMAGE_BACKEND}"
>  echo "        Cogl Pango: ${enable_cogl_pango}"
>  echo "        Profiling: ${enable_profile}"
> --
> 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