introspection: Include exported packages information in GIRs

https://bugzilla.gnome.org/show_bug.cgi?id=635389
This commit is contained in:
Evan Nemerson 2010-11-20 14:54:23 -08:00 committed by Tim-Philipp Müller
parent a7f9e83a2a
commit 4906671694
6 changed files with 6 additions and 0 deletions

View 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)

View 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)

View 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)

View 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)

View 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)

View 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)