[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
8af0cb09f8
commit
6e95209dcd
@ -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