We need to backport a few upstream still-pending PRs, to fix cross-compilation, out-of-tree installation, and to relax requirements on some tools. The python support PR is backported too, but because python support was not tested, it is forcibly disabled. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> [yann.morin.1998@free.fr: - expand commit log with explanations - backport upstream 253 (python) too ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
18 lines
609 B
Plaintext
18 lines
609 B
Plaintext
config BR2_PACKAGE_GSTD
|
|
bool "gstd"
|
|
depends on BR2_USE_WCHAR # libglib2 -> gettext, libsoup
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2, libsoup
|
|
depends on BR2_USE_MMU # libdaemon, libglib2
|
|
select BR2_PACKAGE_JANSSON
|
|
select BR2_PACKAGE_JSON_GLIB
|
|
select BR2_PACKAGE_LIBDAEMON
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
select BR2_PACKAGE_LIBSOUP
|
|
select BR2_PACKAGE_READLINE
|
|
help
|
|
GStreamer Daemon, also called gstd, is a GStreamer framework
|
|
for controlling audio and video streaming using an
|
|
InterProcess Communication protocol.
|
|
|
|
https://developer.ridgerun.com/wiki/index.php?title=GStreamer_Daemon
|