summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-check-uninstalled.pc.in
diff options
context:
space:
mode:
authorDavid Flynn <davidf@rd.bbc.co.uk>2009-02-23 10:52:14 -0800
committerDavid Schleef <ds@schleef.org>2009-02-23 10:54:53 -0800
commit279a80ff27ba4c90f52981e89e710eb1181bc201 (patch)
treeaaa633927fdf53f52492cefc934ce1d7d9ea0d08 /pkgconfig/gstreamer-check-uninstalled.pc.in
parent79c3c6a3390d846ba7e47248f9b6bb7f8d6b1409 (diff)
downloadgstreamer-279a80ff27ba4c90f52981e89e710eb1181bc201.tar.gz
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-check-uninstalled.pc.in')
-rw-r--r--pkgconfig/gstreamer-check-uninstalled.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgconfig/gstreamer-check-uninstalled.pc.in b/pkgconfig/gstreamer-check-uninstalled.pc.in
index 63bb3a816c..875fb49849 100644
--- a/pkgconfig/gstreamer-check-uninstalled.pc.in
+++ b/pkgconfig/gstreamer-check-uninstalled.pc.in
@@ -10,4 +10,4 @@ Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
Version: @VERSION@
Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la @CHECK_LIBS@ -lm
-Cflags: -I${includedir} @CHECK_CFLAGS@
+Cflags: -I${includedir} -I@srcdir@/.. @CHECK_CFLAGS@