summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2010-11-20 14:54:23 -0800
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-11-21 00:36:30 +0000
commit4906671694c7c521805e291825254f055a9d1fcb (patch)
tree5b34cb8db0beb9460fe827afbe7bcf86efcfd0f2
parenta7f9e83a2a4eb1414aedb0fbfcad664b9c60b396 (diff)
introspection: Include exported packages information in GIRs
https://bugzilla.gnome.org/show_bug.cgi?id=635389
-rw-r--r--gst/Makefile.am1
-rw-r--r--libs/gst/base/Makefile.am1
-rw-r--r--libs/gst/check/Makefile.am1
-rw-r--r--libs/gst/controller/Makefile.am1
-rw-r--r--libs/gst/dataprotocol/Makefile.am1
-rw-r--r--libs/gst/net/Makefile.am1
6 files changed, 6 insertions, 0 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am
index c65dd3ad0f..5e1a93d44b 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -270,6 +270,7 @@ Gst-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstreamer-@GST_MAJORMINOR@
--pkg gmodule-no-export-2.0 \
--pkg gthread-2.0 \
--pkg libxml-2.0 \
+ --pkg-export gstreamer-0.10 \
--output $@ \
$(gir_headers) \
$(gir_sources)
diff --git a/libs/gst/base/Makefile.am b/libs/gst/base/Makefile.am
index 0ece81944c..3f21f4abe4 100644
--- a/libs/gst/base/Makefile.am
+++ b/libs/gst/base/Makefile.am
@@ -66,6 +66,7 @@ GstBase-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstbase-@GST_MAJORMINO
--include=Gst-0.10 \
--libtool="$(top_builddir)/libtool" \
--pkg gstreamer-0.10 \
+ --pkg-export gstreamer-base-0.10 \
--output $@ \
$(gir_headers) \
$(gir_sources)
diff --git a/libs/gst/check/Makefile.am b/libs/gst/check/Makefile.am
index ccc6ea6cb7..4a0ed030c4 100644
--- a/libs/gst/check/Makefile.am
+++ b/libs/gst/check/Makefile.am
@@ -126,6 +126,7 @@ GstCheck-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcheck-@GST_MAJORMI
--include=Gst-0.10 \
--libtool="$(top_builddir)/libtool" \
--pkg gstreamer-0.10 \
+ --pkg-export gstreamer-check-0.10 \
--output $@ \
$(gir_headers) \
$(gir_sources)
diff --git a/libs/gst/controller/Makefile.am b/libs/gst/controller/Makefile.am
index 61da226ec3..e777fafb36 100644
--- a/libs/gst/controller/Makefile.am
+++ b/libs/gst/controller/Makefile.am
@@ -51,6 +51,7 @@ GstController-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcontroller-@G
--include=Gst-0.10 \
--libtool="$(top_builddir)/libtool" \
--pkg gstreamer-0.10 \
+ --pkg-export gstreamer-controller-0.10 \
--output $@ \
$(gir_headers) \
$(gir_sources)
diff --git a/libs/gst/dataprotocol/Makefile.am b/libs/gst/dataprotocol/Makefile.am
index db06fb8387..4592ce9de4 100644
--- a/libs/gst/dataprotocol/Makefile.am
+++ b/libs/gst/dataprotocol/Makefile.am
@@ -41,6 +41,7 @@ GstDataprotocol-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstdataprotoco
--include=Gst-0.10 \
--libtool="$(top_builddir)/libtool" \
--pkg gstreamer-0.10 \
+ --pkg-export=gstreamer-dataprotocol-0.10 \
--output $@ \
$(gir_headers) \
$(gir_sources)
diff --git a/libs/gst/net/Makefile.am b/libs/gst/net/Makefile.am
index 17ebaf21c9..f1336955d1 100644
--- a/libs/gst/net/Makefile.am
+++ b/libs/gst/net/Makefile.am
@@ -42,6 +42,7 @@ GstNet-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstnet-@GST_MAJORMINOR@
--include=Gst-0.10 \
--libtool="$(top_builddir)/libtool" \
--pkg gstreamer-0.10 \
+ --pkg-export="gstreamer-net-0.10" \
--output $@ \
$(gir_headers) \
$(gir_sources)