mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
introspection: Include exported packages information in GIRs
https://bugzilla.gnome.org/show_bug.cgi?id=635389
This commit is contained in:
parent
a7f9e83a2a
commit
4906671694
6 changed files with 6 additions and 0 deletions
|
@ -270,6 +270,7 @@ Gst-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstreamer-@GST_MAJORMINOR@
|
||||||
--pkg gmodule-no-export-2.0 \
|
--pkg gmodule-no-export-2.0 \
|
||||||
--pkg gthread-2.0 \
|
--pkg gthread-2.0 \
|
||||||
--pkg libxml-2.0 \
|
--pkg libxml-2.0 \
|
||||||
|
--pkg-export gstreamer-0.10 \
|
||||||
--output $@ \
|
--output $@ \
|
||||||
$(gir_headers) \
|
$(gir_headers) \
|
||||||
$(gir_sources)
|
$(gir_sources)
|
||||||
|
|
|
@ -66,6 +66,7 @@ GstBase-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstbase-@GST_MAJORMINO
|
||||||
--include=Gst-0.10 \
|
--include=Gst-0.10 \
|
||||||
--libtool="$(top_builddir)/libtool" \
|
--libtool="$(top_builddir)/libtool" \
|
||||||
--pkg gstreamer-0.10 \
|
--pkg gstreamer-0.10 \
|
||||||
|
--pkg-export gstreamer-base-0.10 \
|
||||||
--output $@ \
|
--output $@ \
|
||||||
$(gir_headers) \
|
$(gir_headers) \
|
||||||
$(gir_sources)
|
$(gir_sources)
|
||||||
|
|
|
@ -126,6 +126,7 @@ GstCheck-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcheck-@GST_MAJORMI
|
||||||
--include=Gst-0.10 \
|
--include=Gst-0.10 \
|
||||||
--libtool="$(top_builddir)/libtool" \
|
--libtool="$(top_builddir)/libtool" \
|
||||||
--pkg gstreamer-0.10 \
|
--pkg gstreamer-0.10 \
|
||||||
|
--pkg-export gstreamer-check-0.10 \
|
||||||
--output $@ \
|
--output $@ \
|
||||||
$(gir_headers) \
|
$(gir_headers) \
|
||||||
$(gir_sources)
|
$(gir_sources)
|
||||||
|
|
|
@ -51,6 +51,7 @@ GstController-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcontroller-@G
|
||||||
--include=Gst-0.10 \
|
--include=Gst-0.10 \
|
||||||
--libtool="$(top_builddir)/libtool" \
|
--libtool="$(top_builddir)/libtool" \
|
||||||
--pkg gstreamer-0.10 \
|
--pkg gstreamer-0.10 \
|
||||||
|
--pkg-export gstreamer-controller-0.10 \
|
||||||
--output $@ \
|
--output $@ \
|
||||||
$(gir_headers) \
|
$(gir_headers) \
|
||||||
$(gir_sources)
|
$(gir_sources)
|
||||||
|
|
|
@ -41,6 +41,7 @@ GstDataprotocol-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstdataprotoco
|
||||||
--include=Gst-0.10 \
|
--include=Gst-0.10 \
|
||||||
--libtool="$(top_builddir)/libtool" \
|
--libtool="$(top_builddir)/libtool" \
|
||||||
--pkg gstreamer-0.10 \
|
--pkg gstreamer-0.10 \
|
||||||
|
--pkg-export=gstreamer-dataprotocol-0.10 \
|
||||||
--output $@ \
|
--output $@ \
|
||||||
$(gir_headers) \
|
$(gir_headers) \
|
||||||
$(gir_sources)
|
$(gir_sources)
|
||||||
|
|
|
@ -42,6 +42,7 @@ GstNet-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstnet-@GST_MAJORMINOR@
|
||||||
--include=Gst-0.10 \
|
--include=Gst-0.10 \
|
||||||
--libtool="$(top_builddir)/libtool" \
|
--libtool="$(top_builddir)/libtool" \
|
||||||
--pkg gstreamer-0.10 \
|
--pkg gstreamer-0.10 \
|
||||||
|
--pkg-export="gstreamer-net-0.10" \
|
||||||
--output $@ \
|
--output $@ \
|
||||||
$(gir_headers) \
|
$(gir_headers) \
|
||||||
$(gir_sources)
|
$(gir_sources)
|
||||||
|
|
Loading…
Reference in a new issue