[314/906] Add srcdir to includes for out-of-source builds
authorDavid Schleef <ds@schleef.org>
Mon, 23 Feb 2009 19:07:22 +0000 (11:07 -0800)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:21 +0000 (19:31 +0000)
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

index 14c06a7..a7b1b41 100644 (file)
@@ -10,6 +10,6 @@ Version: @VERSION@
 Requires: gstreamer-@GST_MAJORMINOR@
 
 Libs: -L${libdir}/gl
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I@srcdir@/..
 
 libraries=gl