[cogl/wip/lionel/introspection: 1/6] cogl-gst: add missing Cogl introspection dependency



commit 8563be3ae5b55b34219c1a23c2bfa18a7b93e209
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Sun Feb 23 14:16:30 2014 +0000

    cogl-gst: add missing Cogl introspection dependency

 cogl-gst/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/cogl-gst/Makefile.am b/cogl-gst/Makefile.am
index f2315da..5550841 100644
--- a/cogl-gst/Makefile.am
+++ b/cogl-gst/Makefile.am
@@ -83,7 +83,7 @@ CoglGst_2_0_gir_VERSION = 2.0
 CoglGst_2_0_gir_LIBS = $(top_builddir)/cogl/libcogl2.la libcogl-gst.la
 CoglGst_2_0_gir_FILES = $(source_h) $(source_c)
 CoglGst_2_0_gir_CFLAGS = $(AM_CPPFLAGS) $(COGL_GST_DEP_CFLAGS)
-CoglGst_2_0_gir_INCLUDES = GObject-2.0 Gst-1.0 GstBase-1.0
+CoglGst_2_0_gir_INCLUDES = GObject-2.0 Gst-1.0 GstBase-1.0 Cogl-2.0
 CoglGst_2_0_gir_EXPORT_PACKAGES = cogl-gst2
 CoglGst_2_0_gir_SCANNERFLAGS = \
        --warn-all \
@@ -93,6 +93,7 @@ CoglGst_2_0_gir_SCANNERFLAGS = \
        --c-include="gst/gst.h" \
        --include-uninstalled=$(top_builddir)/cogl/Cogl-2.0.gir \
        --pkg gstreamer-1.0 \
+       --pkg cogl-2.0-experimental \
        --add-init-section="gst_init(NULL, NULL);"
 
 INTROSPECTION_GIRS += CoglGst-2.0.gir


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