mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
Revert "Add srcdir to includes for out-of-source builds"
I don't know how this ever worked, as it seems to put -I./..
and -I./../libs verbatim into the includes, at least with
current autotools versions.
This reverts commit 279a80ff27
.
This commit is contained in:
parent
6e7ccbf9ab
commit
1ca329b4e9
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} -I@srcdir@/..
|
Cflags: -I${includedir}
|
||||||
|
|
|
@ -10,4 +10,4 @@ Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
|
|
||||||
Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la -lm
|
Libs: ${libdir}/libgstcheck-@GST_MAJORMINOR@.la -lm
|
||||||
Cflags: -I${includedir} -I@srcdir@/..
|
Cflags: -I${includedir}
|
||||||
|
|
|
@ -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} -I@srcdir@/..
|
Cflags: -I${includedir}
|
||||||
|
|
|
@ -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@srcdir@/.. -I${includedir}/libs -I@srcdir@/../libs
|
Cflags: -I${includedir} -I${includedir}/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} -I@srcdir@/..
|
Cflags: -I${includedir}
|
||||||
|
|
|
@ -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@srcdir@/.. -I${includedir}/libs -I@srcdir@/../libs
|
Cflags: -I${includedir} -I${includedir}/libs
|
||||||
|
|
Loading…
Reference in a new issue