summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-netbuffer-uninstalled.pc.in
diff options
context:
space:
mode:
authorDavid Flynn <davidf@rd.bbc.co.uk>2009-02-23 10:57:42 -0800
committerDavid Schleef <ds@schleef.org>2009-02-23 11:01:11 -0800
commit00654ba62bf71c554f107aa0410bb6aab4d7eb05 (patch)
tree4fbf84defac76f0666c4e2230fc5b035a12bec4f /pkgconfig/gstreamer-netbuffer-uninstalled.pc.in
parent8e08f6be684318df9160a71afc92165b6ac943fd (diff)
Add srcdir to includes for out-of-source builds
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>
Diffstat (limited to 'pkgconfig/gstreamer-netbuffer-uninstalled.pc.in')
-rw-r--r--pkgconfig/gstreamer-netbuffer-uninstalled.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgconfig/gstreamer-netbuffer-uninstalled.pc.in b/pkgconfig/gstreamer-netbuffer-uninstalled.pc.in
index e1b2668b8..f18f47fb1 100644
--- a/pkgconfig/gstreamer-netbuffer-uninstalled.pc.in
+++ b/pkgconfig/gstreamer-netbuffer-uninstalled.pc.in
@@ -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