Add srcdir to includes for out-of-source builds
authorDavid Flynn <davidf@rd.bbc.co.uk>
Mon, 23 Feb 2009 18:57:42 +0000 (10:57 -0800)
committerDavid Schleef <ds@schleef.org>
Mon, 23 Feb 2009 19:01:11 +0000 (11:01 -0800)
When you use gstreamer uninstalled and build outside
the source tree, the includes need to be specified for
both the source tree and the build tree.

Signed-off-by: David Schleef <ds@schleef.org>
15 files changed:
pkgconfig/gstreamer-app-uninstalled.pc.in
pkgconfig/gstreamer-audio-uninstalled.pc.in
pkgconfig/gstreamer-cdda-uninstalled.pc.in
pkgconfig/gstreamer-fft-uninstalled.pc.in
pkgconfig/gstreamer-floatcast-uninstalled.pc.in
pkgconfig/gstreamer-interfaces-uninstalled.pc.in
pkgconfig/gstreamer-netbuffer-uninstalled.pc.in
pkgconfig/gstreamer-pbutils-uninstalled.pc.in
pkgconfig/gstreamer-plugins-base-uninstalled.pc.in
pkgconfig/gstreamer-riff-uninstalled.pc.in
pkgconfig/gstreamer-rtp-uninstalled.pc.in
pkgconfig/gstreamer-rtsp-uninstalled.pc.in
pkgconfig/gstreamer-sdp-uninstalled.pc.in
pkgconfig/gstreamer-tag-uninstalled.pc.in
pkgconfig/gstreamer-video-uninstalled.pc.in

index 0b6c5a4..8d8d306 100644 (file)
@@ -9,5 +9,5 @@ Version: @VERSION@
 Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
 
 Libs: -L${libdir} ${libdir}/libgstapp-@GST_MAJORMINOR@.la
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I@srcdir@/../gst-libs
 
index 5b575bc..429e713 100644 (file)
@@ -9,5 +9,5 @@ Version: @VERSION@
 Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ gstreamer-interfaces-@GST_MAJORMINOR@
 
 Libs: -L${libdir} ${libdir}/libgstaudio-@GST_MAJORMINOR@.la
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I@srcdir@/../gst-libs
 
index 3fcb6d1..481dd77 100644 (file)
@@ -9,5 +9,5 @@ Version: @VERSION@
 Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ gstreamer-tag-@GST_MAJORMINOR@
 
 Libs: -L${libdir} ${libdir}/libgstcdda-@GST_MAJORMINOR@.la
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I@srcdir@/../gst-libs
 
index e7077b0..6a3e8d5 100644 (file)
@@ -9,5 +9,5 @@ Version: @VERSION@
 Requires: gstreamer-@GST_MAJORMINOR@
 
 Libs: -L${libdir} ${libdir}/libgstfft-@GST_MAJORMINOR@.la -lm
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I@srcdir@/../gst-libs
 
index 71c4575..0653ade 100644 (file)
@@ -8,5 +8,5 @@ Description: Platform independent floating point macros, uninstalled
 Version: @VERSION@
 Requires: glib-2.0
 Libs: -lm
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I@srcdir@/../gst-libs
 
index 88a2332..77d2d7d 100644 (file)
@@ -9,5 +9,5 @@ Version: @VERSION@
 Requires: gstreamer-@GST_MAJORMINOR@
 
 Libs: -L${libdir} ${libdir}/libgstinterfaces-@GST_MAJORMINOR@.la
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I@srcdir@/../gst-libs
 
index e1b2668..f18f47f 100644 (file)
@@ -9,5 +9,5 @@ Version: @VERSION@
 Requires: gstreamer-@GST_MAJORMINOR@
 
 Libs: -L${libdir} ${libdir}/libgstnetbuffer-@GST_MAJORMINOR@.la
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I@srcdir@/../gst-libs
 
index ec2efde..4dc2f2c 100644 (file)
@@ -9,5 +9,5 @@ Version: @VERSION@
 Requires: gstreamer-@GST_MAJORMINOR@
 
 Libs: -L${libdir} ${libdir}/libgstpbutils-@GST_MAJORMINOR@.la
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I@srcdir@/../gst-libs
 
index 8150400..f1e999c 100644 (file)
@@ -10,6 +10,6 @@ Version: @VERSION@
 Requires: gstreamer-@GST_MAJORMINOR@
 
 Libs: -L${libdir}/audio -L${libdir}/cdda -L${libdir}/fft -L${libdir}/floatcast -L${libdir}/interfaces -L${libdir}/netbuffer -L${libdir}/riff -L${libdir}/rtp -L${libdir}/rtsp -L${libdir}/sdp -L${libdir}/tag -L${libdir}/pbutils -L${libdir}/video
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I@srcdir@/../gst-libs
 
 libraries=audio cdda fft floatcast interfaces netbuffer riff tag pbutils video
index 2ea1257..61c1a41 100644 (file)
@@ -9,5 +9,5 @@ Version: @VERSION@
 Requires: gstreamer-@GST_MAJORMINOR@
 
 Libs: -L${libdir} ${libdir}/libgstriff-@GST_MAJORMINOR@.la
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I@srcdir@/../gst-libs
 
index 21fa061..a427d81 100644 (file)
@@ -9,5 +9,5 @@ Version: @VERSION@
 Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
 
 Libs: -L${libdir} ${libdir}/libgstrtp-@GST_MAJORMINOR@.la
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I@srcdir@/../gst-libs
 
index b23eed2..aa66ee1 100644 (file)
@@ -9,5 +9,5 @@ Version: @VERSION@
 Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-sdp-@GST_MAJORMINOR@
 
 Libs: -L${libdir} ${libdir}/libgstrtsp-@GST_MAJORMINOR@.la
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I@srcdir@/../gst-libs
 
index 11bce57..7fe3336 100644 (file)
@@ -9,5 +9,5 @@ Version: @VERSION@
 Requires: glib-2.0
 
 Libs: -L${libdir} ${libdir}/libgstsdp-@GST_MAJORMINOR@.la
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I@srcdir@/../gst-libs
 
index 67747a3..8b7df36 100644 (file)
@@ -9,5 +9,5 @@ Version: @VERSION@
 Requires: gstreamer-@GST_MAJORMINOR@
 
 Libs: -L${libdir} ${libdir}/libgsttag-@GST_MAJORMINOR@.la
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I@srcdir@/../gst-libs
 
index 386e73c..00abf17 100644 (file)
@@ -9,5 +9,5 @@ Version: @VERSION@
 Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
 
 Libs: -L${libdir} ${libdir}/libgstvideo-@GST_MAJORMINOR@.la
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I@srcdir@/../gst-libs