rtsp: make g-ir-scanner include Gio-2.0 to suppress complaints about GSocket etc.

This commit is contained in:
Tim-Philipp Müller 2012-02-07 23:42:48 +00:00
parent 97d60612a4
commit bd4bf43171

View file

@ -71,12 +71,13 @@ GstRtsp-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstrtsp-@GST_MAJORMINO
--add-include-path=$(builddir)/../sdp \ --add-include-path=$(builddir)/../sdp \
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-@GST_MAJORMINOR@` \ --add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-@GST_MAJORMINOR@` \
--library=libgstrtsp-@GST_MAJORMINOR@.la \ --library=libgstrtsp-@GST_MAJORMINOR@.la \
--include=Gio-2.0 \
--include=Gst-@GST_MAJORMINOR@ \ --include=Gst-@GST_MAJORMINOR@ \
--include=GstSdp-@GST_MAJORMINOR@ \ --include=GstSdp-@GST_MAJORMINOR@ \
--libtool="$(top_builddir)/libtool" \ --libtool="$(top_builddir)/libtool" \
--pkg gio-2.0 \
--pkg gstreamer-@GST_MAJORMINOR@ \ --pkg gstreamer-@GST_MAJORMINOR@ \
--pkg gstreamer-sdp-@GST_MAJORMINOR@ \ --pkg gstreamer-sdp-@GST_MAJORMINOR@ \
--pkg gio-2.0 \
--pkg-export gstreamer-rtsp-@GST_MAJORMINOR@ \ --pkg-export gstreamer-rtsp-@GST_MAJORMINOR@ \
--add-init-section="gst_init(NULL,NULL);" \ --add-init-section="gst_init(NULL,NULL);" \
--output $@ \ --output $@ \