From 6e95209dcd1a890f08a38f4472c73f08afa9123a Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 23 Feb 2009 11:07:22 -0800 Subject: [PATCH] [314/906] 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. --- pkgconfig/gstreamer-gl-uninstalled.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgconfig/gstreamer-gl-uninstalled.pc.in b/pkgconfig/gstreamer-gl-uninstalled.pc.in index 14c06a7..a7b1b41 100644 --- a/pkgconfig/gstreamer-gl-uninstalled.pc.in +++ b/pkgconfig/gstreamer-gl-uninstalled.pc.in @@ -10,6 +10,6 @@ Version: @VERSION@ Requires: gstreamer-@GST_MAJORMINOR@ Libs: -L${libdir}/gl -Cflags: -I${includedir} +Cflags: -I${includedir} -I@srcdir@/.. libraries=gl -- 2.7.4