GNOME Bugzilla – Bug 635392
Missing information on exported packages from GIRs
Last modified: 2010-12-01 21:09:27 UTC
The GIRs built by gst-plugins-base are currently missing information on the packages they export, which is important for generating Vala bindings from the GIRs.
Created attachment 174933 [details] [review] introspection: Add information on exported packages to GIRs
Committed, thanks for the patch! commit 8fb2c27ed07c897945d3ace944c5a44d03fbd6e7 Author: Evan Nemerson <evan@coeus-group.com> Date: Sat Nov 20 15:45:49 2010 -0800 introspection: Add information on exported packages to GIRs https://bugzilla.gnome.org/show_bug.cgi?id=635392
Oops :) --- a/gst-libs/gst/rtsp/Makefile.am +++ b/gst-libs/gst/rtsp/Makefile.am @@ -75,6 +75,7 @@ GstRtsp-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstrtsp-@GST_MAJORMINO --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ --pkg gstreamer-sdp-0.10 \ + --pkg-export gsteamer-rtsp-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources)