From: Adam Duskett <aduskett@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [RFCv2 3/3] gstreamer1: support gobject-introspection
Date: Wed, 7 Feb 2018 16:23:55 -0500 [thread overview]
Message-ID: <20180207212355.7464-4-aduskett@gmail.com> (raw)
In-Reply-To: <20180207212355.7464-1-aduskett@gmail.com>
Signed-off-by: Adam Duskett <aduskett@gmail.com>
---
package/gstreamer1/gstreamer1/gstreamer1.mk | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/package/gstreamer1/gstreamer1/gstreamer1.mk b/package/gstreamer1/gstreamer1/gstreamer1.mk
index ea9f29a4f3..022676ca23 100644
--- a/package/gstreamer1/gstreamer1/gstreamer1.mk
+++ b/package/gstreamer1/gstreamer1/gstreamer1.mk
@@ -31,4 +31,9 @@ GSTREAMER1_DEPENDENCIES = \
libglib2 \
$(if $(BR2_PACKAGE_LIBUNWIND),libunwind)
+ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
+GSTREAMER1_DEPENDENCIES += gobject-introspection
+TARGET_MAKE_ENV += GIR_EXTRA_LIBS_PATH="$(@D)/gst/.libs:$(@D)/libs/gst/base/.libs"
+endif
+
$(eval $(autotools-package))
--
2.14.3
prev parent reply other threads:[~2018-02-07 21:23 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-07 21:23 [Buildroot] [RFCv2 0/1] gobject-introspection: new series Adam Duskett
2018-02-07 21:23 ` [Buildroot] [RFCv2 1/3] qemu: add BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS Adam Duskett
2018-02-07 21:39 ` Yann E. MORIN
2018-02-08 21:19 ` Thomas Petazzoni
2018-02-07 21:23 ` [Buildroot] [RFCv2 2/3] gobject-introspection: new package Adam Duskett
2018-02-08 4:43 ` Baruch Siach
2018-02-08 13:54 ` Adam Duskett
2018-02-08 13:58 ` Adam Duskett
2018-02-08 16:40 ` Baruch Siach
2018-02-08 16:48 ` Adam Duskett
2018-02-07 21:23 ` Adam Duskett [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180207212355.7464-4-aduskett@gmail.com \
--to=aduskett@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.