[cogl] Ensure that the CoglPango GIR is built against the correct libcogl



commit bc372508415362ec6beacc97e4a5e990f9220c37
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Wed Feb 15 14:48:54 2012 +0000

    Ensure that the CoglPango GIR is built against the correct libcogl
    
    If we don't specify the dependency we may end up linking against a stale
    libcogl.la, or, worse, a globally installed one.
    
    Reviewed-by: Neil Roberts <neil linux intel com>

 cogl-pango/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cogl-pango/Makefile.am b/cogl-pango/Makefile.am
index 04bab90..b49562f 100644
--- a/cogl-pango/Makefile.am
+++ b/cogl-pango/Makefile.am
@@ -104,7 +104,7 @@ CoglPango-1.0.gir: libcogl-pango.la Makefile
 
 CoglPango_1_0_gir_NAMESPACE = CoglPango
 CoglPango_1_0_gir_VERSION = 1.0
-CoglPango_1_0_gir_LIBS = libcogl-pango.la
+CoglPango_1_0_gir_LIBS = $(top_builddir)/cogl/libcogl.la libcogl-pango.la
 CoglPango_1_0_gir_FILES = $(source_h) $(source_c)
 CoglPango_1_0_gir_CFLAGS = $(INCLUDES) $(AM_CPPFLAGS) $(COGL_DEP_CFLAGS) $(COGL_PANGO_DEP_CFLAGS)
 CoglPango_1_0_gir_INCLUDES = Pango-1.0 PangoCairo-1.0



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