mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
[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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue