mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 04:05:34 +00:00
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. Signed-off-by: David Schleef <ds@schleef.org>
This commit is contained in:
parent
79c3c6a339
commit
279a80ff27
6 changed files with 6 additions and 6 deletions
|
@ -10,4 +10,4 @@ Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
|
|
||||||
Libs: ${libdir}/libgstbase-@GST_MAJORMINOR@.la
|
Libs: ${libdir}/libgstbase-@GST_MAJORMINOR@.la
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} -I@srcdir@/..
|
||||||
|
|
|
@ -10,4 +10,4 @@ Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
|
|
||||||
Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la @CHECK_LIBS@ -lm
|
Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la @CHECK_LIBS@ -lm
|
||||||
Cflags: -I${includedir} @CHECK_CFLAGS@
|
Cflags: -I${includedir} -I@srcdir@/.. @CHECK_CFLAGS@
|
||||||
|
|
|
@ -10,4 +10,4 @@ Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
|
|
||||||
Libs: ${libdir}/libgstcontroller-@GST_MAJORMINOR@.la
|
Libs: ${libdir}/libgstcontroller-@GST_MAJORMINOR@.la
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} -I@srcdir@/..
|
||||||
|
|
|
@ -10,4 +10,4 @@ Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
|
|
||||||
Libs: ${libdir}/gst/dataprotocol/libgstdataprotocol-@GST_MAJORMINOR@.la
|
Libs: ${libdir}/gst/dataprotocol/libgstdataprotocol-@GST_MAJORMINOR@.la
|
||||||
Cflags: -I${includedir} -I${includedir}/libs
|
Cflags: -I${includedir} -I@srcdir@/.. -I${includedir}/libs -I@srcdir@/../libs
|
||||||
|
|
|
@ -11,4 +11,4 @@ Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
|
|
||||||
Libs: ${libdir}/libgstnet-@GST_MAJORMINOR@.la
|
Libs: ${libdir}/libgstnet-@GST_MAJORMINOR@.la
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} -I@srcdir@/..
|
||||||
|
|
|
@ -11,4 +11,4 @@ Description: Streaming media framework, Not Installed
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
||||||
Libs: ${libdir}/gst/libgstreamer-@GST_MAJORMINOR@.la
|
Libs: ${libdir}/gst/libgstreamer-@GST_MAJORMINOR@.la
|
||||||
Cflags: -I${includedir} -I${includedir}/libs
|
Cflags: -I${includedir} -I@srcdir@/.. -I${includedir}/libs -I@srcdir@/../libs
|
||||||
|
|
Loading…
Reference in a new issue