summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2014-03-21 15:20:11 +0000
committerNeil Roberts <neil@linux.intel.com>2014-03-21 15:20:11 +0000
commit1e2a65daeee6c220409cd7f7975016fc8c065ad3 (patch)
treeeb29d42499f45f90d2178e1954d371b77dfc76f9
parent263f6502c770ff23ae22d9a2b78d31aa6f3c992d (diff)
downloadcogl-1e2a65daeee6c220409cd7f7975016fc8c065ad3.tar.gz
Revert "cogl-gst: add missing Cogl introspection dependency"
The pkg-config file might not necessarily be installed yet so I don't think it makes sense to try and include it when running g-ir-scanner. Presumably it should pick up the headers from source directory instead of the installed directory. It seems to build without this patch so let's just revert it. This reverts commit d9c8570f14a43e6c3a48c521e819427f02e816e4.
-rw-r--r--cogl-gst/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/cogl-gst/Makefile.am b/cogl-gst/Makefile.am
index 476fa818..ba0c3d82 100644
--- a/cogl-gst/Makefile.am
+++ b/cogl-gst/Makefile.am
@@ -93,7 +93,6 @@ 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