package/gstreamer1/gstd: drop readline dependency
readline is not a dependency since bump to version 0.15.0 in commitcbd06adac5
and978b503840
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
078b8558b9
commit
95a5ed7545
@ -10,7 +10,6 @@ config BR2_PACKAGE_GSTD
|
||||
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
|
||||
|
@ -17,8 +17,7 @@ GSTD_DEPENDENCIES = \
|
||||
libdaemon \
|
||||
libedit \
|
||||
libglib2 \
|
||||
libsoup \
|
||||
readline
|
||||
libsoup
|
||||
|
||||
GSTD_CONF_OPTS = \
|
||||
-Denable-tests=disabled \
|
||||
|
Loading…
Reference in New Issue
Block a user