gobject-introspection: use same PKG_CONFIG_PATH for g-ir-compiler as for g-ir-scanner
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 8 Jan 2011 02:10:03 +0000 (02:10 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 8 Jan 2011 02:10:03 +0000 (02:10 +0000)
commit0ed757db336fa80ce9f99558865651cf534fabcd
treed1dcc591a84c2781e584bff286eb98df25340f69
parentc53ef04af7470e073c5ebc03a87e02f329d7f79c
gobject-introspection: use same PKG_CONFIG_PATH for g-ir-compiler as for g-ir-scanner

Make sure to use the PKG_CONFIG_PATH set at configure time instead of
just relying on an env-var set one. This makes sure both g-ir-compiler
and g-ir-scanner use the same PKG_CONFIG_PATH for determining include
paths etc.
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