[Cogl] [PATCH 1/2] build: Rename cogl_1_public_h to cogl_public_h

Robert Bragg robert at sixbynine.org
Sat Oct 6 12:10:37 PDT 2012


This looks good to land to me:

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

thanks,
- Robert

On Fri, Oct 5, 2012 at 6:06 PM, Damien Lespiau <damien.lespiau at gmail.com> wrote:
> From: Damien Lespiau <damien.lespiau at intel.com>
>
> Next stop, cogl2, so let's remove an old mention to cogl1.
> ---
>  cogl/Makefile.am |   16 ++++++++--------
>  1 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/cogl/Makefile.am b/cogl/Makefile.am
> index 4536a1c..fdd29c9 100644
> --- a/cogl/Makefile.am
> +++ b/cogl/Makefile.am
> @@ -58,8 +58,8 @@ pkgconfig_DATA = $(pc_files)
>  EXTRA_DIST += cogl2.pc.in
>  DISTCLEANFILES += $(pc_files)
>
> -# public 1.x api headers
> -cogl_1_public_h = \
> +# public api headers
> +cogl_public_h = \
>         $(srcdir)/cogl1-context.h               \
>         $(srcdir)/cogl-bitmap.h                 \
>         $(srcdir)/cogl-color.h                  \
> @@ -399,7 +399,7 @@ cogl_sources_c += \
>  endif
>
>  if SUPPORT_XLIB
> -cogl_1_public_h += \
> +cogl_public_h += \
>         $(srcdir)/cogl-clutter-xlib.h \
>         $(srcdir)/cogl-xlib-renderer.h
>
> @@ -506,7 +506,7 @@ if USE_GLIB
>  # glib-mkenums rules
>  glib_enum_h = cogl-enum-types.h
>  glib_enum_c = cogl-enum-types.c
> -glib_enum_headers = $(cogl_1_public_h)
> +glib_enum_headers = $(cogl_public_h)
>  include $(top_srcdir)/build/autotools/Makefile.am.enums
>  endif
>
> @@ -537,7 +537,7 @@ nodist_libcogl2_la_SOURCES = $(BUILT_SOURCES)
>
>  # Cogl installed headers
>  cogl_headers = \
> -       $(cogl_1_public_h) \
> +       $(cogl_public_h) \
>         $(srcdir)/cogl-pango.h \
>         $(NULL)
>
> @@ -589,7 +589,7 @@ dist-hook: ../build/win32/vs9/cogl.vcproj ../build/win32/vs10/cogl.vcxproj ../bu
>
>  cogl.vsenums_h:
>         echo 'perl %1\bin\glib-mkenums --symbol-prefix cogl_gtype --template ../../cogl/cogl-enum-types.h.in ' >vsenums_h.temp1
> -       for F in `echo $(cogl_1_public_h) $(srcdir)/cogl-win32-renderer.h`; do \
> +       for F in `echo $(cogl_public_h) $(srcdir)/cogl-win32-renderer.h`; do \
>                 case $$F in \
>                 *xlib*.h|*wayland*.h) ;; \
>                 *.h) echo '../../cogl'$$F' '    \
> @@ -604,7 +604,7 @@ cogl.vsenums_h:
>
>  cogl.vsenums_c:
>         echo 'perl %1\bin\glib-mkenums --symbol-prefix cogl_gtype --template ../../cogl/cogl-enum-types.c.in ' >vsenums_c.temp1
> -       for F in `echo $(cogl_1_public_h) $(srcdir)/cogl-win32-renderer.h`; do \
> +       for F in `echo $(cogl_public_h) $(srcdir)/cogl-win32-renderer.h`; do \
>                 case $$F in \
>                 *xlib*.h|*wayland*.h) ;; \
>                 *.h) echo '../../cogl'$$F' '    \
> @@ -649,7 +649,7 @@ Cogl-2.0.gir: libcogl2.la Makefile
>  Cogl_2_0_gir_NAMESPACE = Cogl
>  Cogl_2_0_gir_VERSION = 2.0
>  Cogl_2_0_gir_LIBS = libcogl2.la
> -Cogl_2_0_gir_FILES = $(cogl_1_public_h) cogl-enum-types.h
> +Cogl_2_0_gir_FILES = $(cogl_public_h) cogl-enum-types.h
>  Cogl_2_0_gir_CFLAGS = $(INCLUDES) $(AM_CPPFLAGS) $(COGL_DEP_CFLAGS) -UCOGL_ENABLE_EXPERIMENTAL_API -UCOGL_ENABLE_EXPERIMENTAL_2_0_API
>  Cogl_2_0_gir_INCLUDES = GL-1.0 GObject-2.0
>  Cogl_2_0_gir_EXPORT_PACKAGES = cogl2
> --
> 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