From 53893cfba881f573aa398d2660b451fe138bf3e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 11 Jan 2011 14:59:38 +0000 Subject: [PATCH] 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 --- gst-libs/gst/pbutils/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/pbutils/Makefile.am b/gst-libs/gst/pbutils/Makefile.am index 97df346..2a129c9 100644 --- a/gst-libs/gst/pbutils/Makefile.am +++ b/gst-libs/gst/pbutils/Makefile.am @@ -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" \ -- 2.7.4