[Cogl] [PATCH] cogl-pango: Add a missing backslash in the Makefile
Robert Bragg
robert at sixbynine.org
Wed Feb 20 06:40:39 PST 2013
This looks good to land to me:
Reviewed-by: Robert Bragg <robert at linux.intel.com>
thanks,
- Robert
On Tue, Feb 19, 2013 at 5:58 PM, Neil Roberts <neil at linux.intel.com> wrote:
> There was a missing backslash in the LDFLAGS for libcogl-pango2. This
> was stopping it having the right library version information and the
> library would have the wrong filename.
> ---
> cogl-pango/Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/cogl-pango/Makefile.am b/cogl-pango/Makefile.am
> index ff636ac..fd3e9db 100644
> --- a/cogl-pango/Makefile.am
> +++ b/cogl-pango/Makefile.am
> @@ -32,7 +32,7 @@ libcogl_pango2_la_LIBADD = $(top_builddir)/cogl/libcogl2.la
> libcogl_pango2_la_LIBADD += $(COGL_DEP_LIBS) $(COGL_PANGO_DEP_LIBS) $(COGL_EXTRA_LDFLAGS)
> libcogl_pango2_la_LDFLAGS = \
> -export-dynamic \
> - -export-symbols-regex "^cogl_pango_.*"
> + -export-symbols-regex "^cogl_pango_.*" \
> -no-undefined \
> -version-info @COGL_LT_CURRENT@:@COGL_LT_REVISION@:@COGL_LT_AGE@
>
> --
> 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