From 029a3c3ed7d84f26e7f2d5726aeb46af797fda5d Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 29 Dec 2021 10:33:16 +0100 Subject: [PATCH] package/gstreamer1/gst1-plugins-bad: add missing Config.in comment on udev The BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_V4L2CODECS option has a dependency on BR2_PACKAGE_HAS_UDEV, but no Config.in comment was added about this dependency. This commit addresses that. Signed-off-by: Thomas Petazzoni Signed-off-by: Yann E. MORIN --- package/gstreamer1/gst1-plugins-bad/Config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in index 138b55a055..b793cb8eb1 100644 --- a/package/gstreamer1/gst1-plugins-bad/Config.in +++ b/package/gstreamer1/gst1-plugins-bad/Config.in @@ -686,6 +686,9 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_V4L2CODECS help Video4Linux Stateless CODECs support +comment "v4l2codecs need udev /dev management" + depends on !BR2_PACKAGE_HAS_UDEV + config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_X265 bool "x265" depends on BR2_INSTALL_LIBSTDCPP