[Cogl] [PATCH 1/3] cogland: Rename the binary back to cogland, not cogland2

Robert Bragg robert at sixbynine.org
Fri Mar 22 08:25:25 PDT 2013


This looks good to land to me:

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

thanks,
- Robert


On Fri, Mar 22, 2013 at 2:47 PM, Neil Roberts <neil at linux.intel.com> wrote:
> This was renamed in f951d0995f8a8 but I'm not really sure why and it's
> a bit confusing so let's rename it back.
> ---
>  examples/Makefile.am | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/examples/Makefile.am b/examples/Makefile.am
> index 101b9be..94f6c3c 100644
> --- a/examples/Makefile.am
> +++ b/examples/Makefile.am
> @@ -64,9 +64,9 @@ cogl_x11_tfp_LDADD = $(common_ldadd)
>  endif
>
>  if SUPPORT_WAYLAND_EGL_SERVER
> -programs += cogland2
> -cogland2_SOURCES = cogland.c
> -cogland2_LDADD = $(common_ldadd)
> +programs += cogland
> +cogland_SOURCES = cogland.c
> +cogland_LDADD = $(common_ldadd)
>  endif
>
>  cogl_gles2_context_SOURCES = cogl-gles2-context.c
> --
> 1.7.11.3.g3c3efa5
>
> _______________________________________________
> Cogl mailing list
> Cogl at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/cogl


More information about the Cogl mailing list