[Bug 761460] New: player: Makefile does not use configured PKG_CONFIG_PATH when performing introspection scan
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Feb 2 15:00:26 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=761460
Bug ID: 761460
Summary: player: Makefile does not use configured
PKG_CONFIG_PATH when performing introspection scan
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: david.waring at rd.bbc.co.uk
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 320268
--> https://bugzilla.gnome.org/attachment.cgi?id=320268&action=edit
Patch to use the pkg-config path given by the --with-pkg-config-path= configure
script option
When I build gstreamer and plugins, I install the binaries into a separate
directory tree. This means that when compiling plugins I need to use the
configure "--with-pkg-config-path=" option to point to where the pkg-config
files can be found in the separate tree. When I try to compile, the build fails
when the introspection scanner is invoked because it cannot find the pkg-config
files.
The following patch sets the PKG_CONFIG_PATH environment variable, to the value
given by the configure "--with-pkg-config-path=" option, when invoking the
introspection scanner. This allows the build to succeed.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list