[cogl/wip/msaa: 6/21] examples: use $(COGL_PANGO_DEP_LIBS) for cogl-pango users



commit aeb4838e707d68dfb617c7a1ab2bfedc73059b6c
Author: Robert Bragg <robert linux intel com>
Date:   Mon Sep 5 12:42:41 2011 +0100

    examples: use $(COGL_PANGO_DEP_LIBS) for cogl-pango users
    
    The crate example uses the cogl_pango API and perviously we just
    explicitly said to link with the libcogl-pango.la but that doesn't seem
    to be enough (not really sure why since libtool should know the required
    dependencies to brining in for linking) so we now pass
    $(COGL_PANGO_DEP_LIBS) when linking the crate demo.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656441

 examples/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index b28cb23..3e23f0c 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -28,7 +28,7 @@ hello_LDADD = $(common_ldadd)
 if BUILD_COGL_PANGO
 noinst_PROGRAMS += crate
 crate_SOURCES = crate.c
-crate_LDADD = $(common_ldadd) $(top_builddir)/cogl-pango/libcogl-pango.la
+crate_LDADD = $(common_ldadd) $(COGL_PANGO_DEP_LIBS)
 crate_CFLAGS = $(AM_CFLAGS) $(COGL_PANGO_DEP_CFLAGS)
 endif
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]