cbd06adac5
Drop patches which are now upstream. Add new libedit dependency. License hash changed due to LGPL-2.1+ relicense:2cb6bb8b6c
76d9fb61a0
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> [Peter: add BSD-3-Clause license change commit for clarity] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
20 lines
724 B
Plaintext
20 lines
724 B
Plaintext
config BR2_PACKAGE_GSTD
|
|
bool "gstd"
|
|
depends on BR2_USE_WCHAR # libglib2 -> gettext, libedit, libsoup
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2, libsoup
|
|
depends on BR2_USE_MMU # libdaemon, libedit, libglib2
|
|
select BR2_PACKAGE_GSTREAMER1_GST_DEBUG # gst_debug_bin_to_dot_data
|
|
select BR2_PACKAGE_JANSSON
|
|
select BR2_PACKAGE_JSON_GLIB
|
|
select BR2_PACKAGE_LIBDAEMON
|
|
select BR2_PACKAGE_LIBEDIT
|
|
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
|