introspection: set PKG_CONFIG_PATH so that our in-tree libs come first when calling...
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 14 Aug 2010 17:36:55 +0000 (18:36 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 14 Aug 2010 18:11:48 +0000 (19:11 +0100)
commitb61b83376abc624b6c1f8156c8c91186e7897506
tree067d3ab46bf4de290d12d8921e1c29d37375d404
parent8b4bea5f6aceeb5b9010ef3dee782c7887161598
introspection: set PKG_CONFIG_PATH so that our in-tree libs come first when calling scanner

When calling gobject-introspection scanner, make sure our own
freshly-built libs within the source tree (well, build dir) come
first in the PKG_CONFIG_PATH. May or may not help to make sure
that it doesn't pick up older external plugins-base libs (or
.gir files) from outside the source tree / build directory as
dependencies of the introspected lib instead of using the
stuff we just built in a sibling directory.

https://bugzilla.gnome.org/show_bug.cgi?id=623698
13 files changed:
gst-libs/gst/app/Makefile.am
gst-libs/gst/audio/Makefile.am
gst-libs/gst/cdda/Makefile.am
gst-libs/gst/fft/Makefile.am
gst-libs/gst/interfaces/Makefile.am
gst-libs/gst/netbuffer/Makefile.am
gst-libs/gst/pbutils/Makefile.am
gst-libs/gst/riff/Makefile.am
gst-libs/gst/rtp/Makefile.am
gst-libs/gst/rtsp/Makefile.am
gst-libs/gst/sdp/Makefile.am
gst-libs/gst/tag/Makefile.am
gst-libs/gst/video/Makefile.am