gobject-introspection: pass --library-path as well to make it find the right libgstreamer

Makes things work again properly in uninstalled setups (and
presumably in installed setups where GStreamer is installed
into a non-standard prefix). Requires fixes from core git.

https://bugzilla.gnome.org/show_bug.cgi?id=639039
This commit is contained in:
Tim-Philipp Müller 2011-01-11 14:59:38 +00:00
parent 7c55ad4db3
commit 53893cfba8

View file

@ -85,6 +85,7 @@ GstPbutils-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstpbutils-@GST_MAJ
--add-include-path=$(srcdir)/../video \
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-0.10` \
--library=libgstpbutils-0.10.la \
--library-path=`$(PKG_CONFIG) --variable=libdir gstreamer-0.10` \
--library=gstreamer-0.10 \
--include=Gst-0.10 \
--libtool="$(top_builddir)/libtool" \