[gst-devel] disabling pkg-config-path

Daniel Díaz mrchapp at gmail.com
Thu Jul 20 17:56:17 CEST 2006


Hello there!

On 7/19/06, Vinay Krishnamurthy <vinay.kmurthy at gmail.com> wrote:
> Hello Daniel,
>
> I am able to set the pkg_config_path. but what's happening is,,
> when I try building gst-plugins-base, i disable most of the additional
> plug-ins. But still it picks up the libraries from /usr/lib. It gets
> this path from /usr/lib/pkgconfig.
>
> What I wanted was, how to make sure that configure does not search in
> /usr/lib directory?

You just need to disable those elements. For instance, if it's picking
up the /usr/lib for OGG, then append --disable-ogg to your configure
line.

If you have trouble with a specific library, let us all know -- we
might know precisely how to deal with that one.

Greetings!

Daniel Díaz
ddiaz at ti.com



> Please let me know if I am not clear.
> Vinay K.
>
> On 7/19/06, Daniel Díaz <mrchapp at gmail.com> wrote:
> > Hello, Vinay.
> >
> > On 7/19/06, Vinay Krishnamurthy <vinay.kmurthy at gmail.com> wrote:
> > > Hello All,
> > >
> > > How can I disable pkg-config-path from searching in /usr/lib/pkgconfig folder?
> > > I am trying to build gstreamer for ARM-Linux. But I am not able to get
> > > proper libraries for GLIB, GMODULE etc.,
> > > Can you please let me know the solution?
> > > Vinay K.
> >
> > You need to set PKG_CONFIG_PATH before you configure GStreamer. Such as:
> >
> > $ PKG_CONFIG_PATH=/yourtarget/lib/pkgconfig ./configure --prefix=/yourtarget
> >
> > Greetings!
> >
> > Daniel Díaz
> > ddiaz at ti.com




More information about the gstreamer-devel mailing list