rtsp: make g-ir-scanner include Gio-2.0 to suppress complaints about GSocket etc.
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 7 Feb 2012 23:42:48 +0000 (23:42 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 7 Feb 2012 23:42:48 +0000 (23:42 +0000)
gst-libs/gst/rtsp/Makefile.am

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