mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
gobject-introspection: another attempt to make g-i find the right libgstreamer
Turns out g-i puts the additional -L we specify at the end, helpfully. https://bugzilla.gnome.org/show_bug.cgi?id=637549
This commit is contained in:
parent
3a59d416af
commit
6c073ca2c7
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ GstBase-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstbase-@GST_MAJORMINO
|
|||
$(gir_cincludes) \
|
||||
--add-include-path=$(top_builddir)/gst \
|
||||
--library-path=$(top_builddir)/gst \
|
||||
--library=$(top_builddir)/gst/libgstreamer-0.10.la \
|
||||
--library=libgstbase-0.10.la \
|
||||
--include=Gst-0.10 \
|
||||
--libtool="$(top_builddir)/libtool" \
|
||||
|
|
Loading…
Reference in a new issue