[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.
This commit is contained in:
parent
2e2213fbd7
commit
4067c47794
@ -10,6 +10,6 @@ Version: @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
Libs: -L${libdir}/gl
|
||||
Cflags: -I${includedir}
|
||||
Cflags: -I${includedir} -I@srcdir@/..
|
||||
|
||||
libraries=gl
|
||||
|
Loading…
x
Reference in New Issue
Block a user