gst-uninstalled: add ugly/bad/ffmpeg pkg-config dirs to PKG_CONFIG_PATH
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 7 Sep 2010 22:48:56 +0000 (23:48 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 7 Sep 2010 22:53:59 +0000 (23:53 +0100)
So we can figure out plugin directories of other modules properly in
the uninstalled setup case, for unit tests that need elements from
other modules.

scripts/gst-uninstalled

index 3766113..9278a0b 100755 (executable)
@@ -93,6 +93,9 @@ $GST/prefix/lib/pkgconfig\
 :$GST/gstreamer/pkgconfig\
 :$GST/gst-plugins-base/pkgconfig\
 :$GST/gst-plugins-good/pkgconfig\
+:$GST/gst-plugins-ugly/pkgconfig\
+:$GST/gst-plugins-bad/pkgconfig\
+:$GST/gst-ffmpeg/pkgconfig\
 :$GST/gst-python/pkgconfig\
 :$GST/gst-rtsp-server/pkgconfig\
 :$GST/gstreamer-sharp/pkgconfig\