libs:rtsp: Remove wrong dependency on Sdp for the gir file

This commit is contained in:
Thibault Saunier 2016-11-10 16:36:49 -03:00
parent 6917cb629e
commit de6f4f0c7f
2 changed files with 1 additions and 4 deletions

View file

@ -67,16 +67,13 @@ GstRtsp-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstrtsp-@GST_API_VERS
--c-include "gst/rtsp/rtsp.h" \
-I$(top_builddir)/gst-libs \
-I$(top_srcdir)/gst-libs \
--add-include-path=$(builddir)/../sdp \
--add-include-path=`PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" $(PKG_CONFIG) --variable=girdir gstreamer-@GST_API_VERSION@` \
--library=libgstrtsp-@GST_API_VERSION@.la \
--include=Gio-2.0 \
--include=Gst-@GST_API_VERSION@ \
--include=GstSdp-@GST_API_VERSION@ \
--libtool="$(top_builddir)/libtool" \
--pkg gio-2.0 \
--pkg gstreamer-@GST_API_VERSION@ \
--pkg gstreamer-sdp-@GST_API_VERSION@ \
--pkg-export gstreamer-rtsp-@GST_API_VERSION@ \
--add-init-section="$(INTROSPECTION_INIT)" \
--output $@ \

View file

@ -60,7 +60,7 @@ if build_gir
identifier_prefix : 'Gst',
symbol_prefix : 'gst',
export_packages : 'gstreamer-rtsp-1.0',
includes : ['Gst-1.0', 'GstSdp-1.0', 'Gio-2.0'],
includes : ['Gst-1.0', 'Gio-2.0'],
install : true,
extra_args : gir_init_section,
dependencies : gstrtsp_deps