mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 08:08:22 +00:00
introspection: Fix out-of-tree build
This commit is contained in:
parent
9f16dc384e
commit
4b7518a4e5
5 changed files with 5 additions and 5 deletions
|
@ -52,7 +52,7 @@ GstBase-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstbase-@GST_MAJORMINO
|
||||||
--nsversion=@GST_MAJORMINOR@ \
|
--nsversion=@GST_MAJORMINOR@ \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
$(gir_cincludes) \
|
$(gir_cincludes) \
|
||||||
--add-include-path=$(top_srcdir)/gst \
|
--add-include-path=$(top_builddir)/gst \
|
||||||
--library=gstbase-0.10 \
|
--library=gstbase-0.10 \
|
||||||
--include=Gst-0.10 \
|
--include=Gst-0.10 \
|
||||||
--libtool="$(top_builddir)/libtool" \
|
--libtool="$(top_builddir)/libtool" \
|
||||||
|
|
|
@ -113,7 +113,7 @@ GstCheck-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcheck-@GST_MAJORMI
|
||||||
--nsversion=@GST_MAJORMINOR@ \
|
--nsversion=@GST_MAJORMINOR@ \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
$(gir_cincludes) \
|
$(gir_cincludes) \
|
||||||
--add-include-path=$(top_srcdir)/gst \
|
--add-include-path=$(top_builddir)/gst \
|
||||||
--library=gstcheck-0.10 \
|
--library=gstcheck-0.10 \
|
||||||
--include=Gst-0.10 \
|
--include=Gst-0.10 \
|
||||||
--libtool="$(top_builddir)/libtool" \
|
--libtool="$(top_builddir)/libtool" \
|
||||||
|
|
|
@ -44,7 +44,7 @@ GstController-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcontroller-@G
|
||||||
--nsversion=@GST_MAJORMINOR@ \
|
--nsversion=@GST_MAJORMINOR@ \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
$(gir_cincludes) \
|
$(gir_cincludes) \
|
||||||
--add-include-path=$(top_srcdir)/gst \
|
--add-include-path=$(top_builddir)/gst \
|
||||||
--library=gstcontroller-0.10 \
|
--library=gstcontroller-0.10 \
|
||||||
--include=Gst-0.10 \
|
--include=Gst-0.10 \
|
||||||
--libtool="$(top_builddir)/libtool" \
|
--libtool="$(top_builddir)/libtool" \
|
||||||
|
|
|
@ -34,7 +34,7 @@ GstDataprotocol-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstdataprotoco
|
||||||
--nsversion=@GST_MAJORMINOR@ \
|
--nsversion=@GST_MAJORMINOR@ \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
$(gir_cincludes) \
|
$(gir_cincludes) \
|
||||||
--add-include-path=$(top_srcdir)/gst \
|
--add-include-path=$(top_builddir)/gst \
|
||||||
--library=gstdataprotocol-0.10 \
|
--library=gstdataprotocol-0.10 \
|
||||||
--include=Gst-0.10 \
|
--include=Gst-0.10 \
|
||||||
--libtool="$(top_builddir)/libtool" \
|
--libtool="$(top_builddir)/libtool" \
|
||||||
|
|
|
@ -35,7 +35,7 @@ GstNet-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstnet-@GST_MAJORMINOR@
|
||||||
--nsversion=@GST_MAJORMINOR@ \
|
--nsversion=@GST_MAJORMINOR@ \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
$(gir_cincludes) \
|
$(gir_cincludes) \
|
||||||
--add-include-path=$(top_srcdir)/gst \
|
--add-include-path=$(top_builddir)/gst \
|
||||||
--library=gstnet-0.10 \
|
--library=gstnet-0.10 \
|
||||||
--include=Gst-0.10 \
|
--include=Gst-0.10 \
|
||||||
--libtool="$(top_builddir)/libtool" \
|
--libtool="$(top_builddir)/libtool" \
|
||||||
|
|
Loading…
Reference in a new issue