[cogl] introspection: Fix the names of the pkg-config files



commit d5b41af817336cb5daaeb82e7c0266e7a693b50e
Author: Neil Roberts <neil linux intel com>
Date:   Wed Apr 25 18:03:06 2012 +0100

    introspection: Fix the names of the pkg-config files
    
    The dependent pkg-config files passed as an argument to the scanner
    when generating the IR file had the wrong names which meant that
    the scanner would fail on any projects using introspection which
    depend on Cogl.

 cogl-pango/Makefile.am |    2 +-
 cogl/Makefile.am       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cogl-pango/Makefile.am b/cogl-pango/Makefile.am
index 5dfab2a..6d393fe 100644
--- a/cogl-pango/Makefile.am
+++ b/cogl-pango/Makefile.am
@@ -107,7 +107,7 @@ CoglPango_2_0_gir_LIBS = $(top_builddir)/cogl/libcogl2.la libcogl-pango2.la
 CoglPango_2_0_gir_FILES = $(source_h) $(source_c)
 CoglPango_2_0_gir_CFLAGS = $(INCLUDES) $(AM_CPPFLAGS) $(COGL_DEP_CFLAGS) $(COGL_PANGO_DEP_CFLAGS)
 CoglPango_2_0_gir_INCLUDES = Pango-1.0 PangoCairo-1.0
-CoglPango_2_0_gir_EXPORT_PACKAGES = cogl-pango-2.0
+CoglPango_2_0_gir_EXPORT_PACKAGES = cogl-pango2
 CoglPango_2_0_gir_SCANNERFLAGS = \
 	--warn-all \
 	--identifier-prefix=CoglPango \
diff --git a/cogl/Makefile.am b/cogl/Makefile.am
index 4e821b3..3503f29 100644
--- a/cogl/Makefile.am
+++ b/cogl/Makefile.am
@@ -576,7 +576,7 @@ Cogl_2_0_gir_LIBS = libcogl2.la
 Cogl_2_0_gir_FILES = $(cogl_1_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 = cogl-2.0
+Cogl_2_0_gir_EXPORT_PACKAGES = cogl2
 Cogl_2_0_gir_SCANNERFLAGS = --warn-all --c-include='cogl/cogl.h'
 
 INTROSPECTION_GIRS += Cogl-2.0.gir



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