kumquat-buildroot/package/gstreamer1/gstd/Config.in
Fabrice Fontaine 95a5ed7545 package/gstreamer1/gstd: drop readline dependency
readline is not a dependency since bump to version 0.15.0 in commit
cbd06adac5 and
978b503840

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-12-27 20:15:00 +01:00

19 lines
695 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
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