gobject-introspection: try harder to make g-ir-scanner use the right libgstreamer

Apply fix from libgstbase to all core libs now that we know that it
works. Should fix problems with g-ir-scanner using the wrong
(ie. system) libgstreamer, leading to linking errors such as
undefined reference to `gst_clock_single_shot_id_reinit'.

https://bugzilla.gnome.org/show_bug.cgi?id=637549
This commit is contained in:
Tim-Philipp Müller 2011-01-18 09:04:51 +00:00
parent 4583b4f0f2
commit a1581a5364
4 changed files with 4 additions and 0 deletions

View file

@ -126,6 +126,7 @@ GstCheck-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcheck-@GST_MAJORMI
$(gir_cincludes) \
--add-include-path=$(top_builddir)/gst \
--library-path=$(top_builddir)/gst \
--library=$(top_builddir)/gst/libgstreamer-0.10.la \
--library=libgstcheck-0.10.la \
--include=Gst-0.10 \
--libtool="$(top_builddir)/libtool" \

View file

@ -51,6 +51,7 @@ GstController-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcontroller-@G
$(gir_cincludes) \
--add-include-path=$(top_builddir)/gst \
--library-path=$(top_builddir)/gst \
--library=$(top_builddir)/gst/libgstreamer-0.10.la \
--library=libgstcontroller-0.10.la \
--include=Gst-0.10 \
--libtool="$(top_builddir)/libtool" \

View file

@ -39,6 +39,7 @@ GstDataprotocol-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstdataprotoco
$(gir_cincludes) \
--add-include-path=$(top_builddir)/gst \
--library-path=$(top_builddir)/gst \
--library=$(top_builddir)/gst/libgstreamer-0.10.la \
--library=libgstdataprotocol-0.10.la \
--include=Gst-0.10 \
--libtool="$(top_builddir)/libtool" \

View file

@ -42,6 +42,7 @@ GstNet-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstnet-@GST_MAJORMINOR@
$(gir_cincludes) \
--add-include-path=$(top_builddir)/gst \
--library-path=$(top_builddir)/gst \
--library=$(top_builddir)/gst/libgstreamer-0.10.la \
--library=libgstnet-0.10.la \
--include=Gst-0.10 \
--libtool="$(top_builddir)/libtool" \