gst-libs: fix up gobject-introspection some more
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 30 Mar 2010 18:56:56 +0000 (19:56 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 30 Mar 2010 18:56:56 +0000 (19:56 +0100)
commit64cfa6bf7339fd41823b86dafea9ed2e3152421b
treea11697b3dfaecd4fd5bf9c8dc2cfc56fcb655da8
parent14063f0670d614d30f045ba8baedc63012d29af2
gst-libs: fix up gobject-introspection some more

Use new girdir and typlibdir from core .pc files, so we can figure
out the right includes to pass to the gobject-introspection tools,
whether core is installed in the same prefix as gobject-introspection
or in a different prefix or uninstalled. This also keeps us from adding
bogus paths to the includes that only work if core is uninstalled.

Also add some missing includes/pkgs where needed.
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