1
0
Fork 0

cogl-gst: add missing Cogl introspection dependency

Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
Lionel Landwerlin 2014-02-23 23:34:19 +00:00 committed by Neil Roberts
parent 1b2dd815b4
commit d9c8570f14

View file

@ -93,6 +93,7 @@ CoglGst_2_0_gir_SCANNERFLAGS = \
--c-include="gst/gst.h" \ --c-include="gst/gst.h" \
--include-uninstalled=$(top_builddir)/cogl/Cogl-2.0.gir \ --include-uninstalled=$(top_builddir)/cogl/Cogl-2.0.gir \
--pkg gstreamer-1.0 \ --pkg gstreamer-1.0 \
--pkg cogl-2.0-experimental \
--add-init-section="gst_init(NULL, NULL);" --add-init-section="gst_init(NULL, NULL);"
INTROSPECTION_GIRS += CoglGst-2.0.gir INTROSPECTION_GIRS += CoglGst-2.0.gir