From: Peter Seiderer Date: Tue, 3 Mar 2020 16:58:48 +0000 (+0100) Subject: package/gstreamer1/gstreamer1: update tools comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d161108ba9035eac2aae32fbdfa5748c6419bb73;p=buildroot.git package/gstreamer1/gstreamer1: update tools comment The tools option installs more than gst-launch and gst-inspect, so simplify its prompt to just "install tools", and update the Config.in help text. While at it, we list them alphabetically. Signed-off-by: Peter Seiderer Signed-off-by: Thomas Petazzoni --- diff --git a/package/gstreamer1/gstreamer1/Config.in b/package/gstreamer1/gstreamer1/Config.in index e9f1bd038a..0626bcc96d 100644 --- a/package/gstreamer1/gstreamer1/Config.in +++ b/package/gstreamer1/gstreamer1/Config.in @@ -51,10 +51,11 @@ config BR2_PACKAGE_GSTREAMER1_PLUGIN_REGISTRY increase the launch-time for a GStreamer application. config BR2_PACKAGE_GSTREAMER1_INSTALL_TOOLS - bool "install gst-launch & gst-inspect" + bool "install tools" default y help - Install the gst-launch and gst-inspect tools. This will take - up additional space on the target. + Install the gst-inspect, gst-launch, gst-stats and + gst-typefind tools. This will take up additional space on + the target. endif