introspection: Include exported packages information in GIRs
authorEvan Nemerson <evan@coeus-group.com>
Sat, 20 Nov 2010 22:54:23 +0000 (14:54 -0800)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 21 Nov 2010 00:36:30 +0000 (00:36 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=635389

gst/Makefile.am
libs/gst/base/Makefile.am
libs/gst/check/Makefile.am
libs/gst/controller/Makefile.am
libs/gst/dataprotocol/Makefile.am
libs/gst/net/Makefile.am

index c65dd3a..5e1a93d 100644 (file)
@@ -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)
index 0ece819..3f21f4a 100644 (file)
@@ -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)
index ccc6ea6..4a0ed03 100644 (file)
@@ -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)
index 61da226..e777faf 100644 (file)
@@ -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)
index db06fb8..4592ce9 100644 (file)
@@ -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)
index 17ebaf2..f133695 100644 (file)
@@ -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)