[Buildroot] [git commit] package/gstreamer1/gst1-imx: add missing BR2_INSTALL_LIBSTDCPP dependency

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue May 17 20:00:38 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=198244b3c31029aa16ae69e1661f1e1cd173b03f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:
WARNING: unmet direct dependencies detected for BR2_PACKAGE_GST1_PLUGINS_BAD
  Depends on [n]: BR2_PACKAGE_GSTREAMER1 [=y] && BR2_INSTALL_LIBSTDCPP [=n]
  Selected by [y]:
  - BR2_PACKAGE_GST1_IMX_V4L2VIDEOSRC [=y] && BR2_PACKAGE_GSTREAMER1 [=y] && BR2_PACKAGE_GST1_IMX [=y]

Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/gstreamer1/gst1-imx/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/gstreamer1/gst1-imx/Config.in b/package/gstreamer1/gst1-imx/Config.in
index 41ef8548c5..bd1f8d41f2 100644
--- a/package/gstreamer1/gst1-imx/Config.in
+++ b/package/gstreamer1/gst1-imx/Config.in
@@ -81,10 +81,14 @@ comment "imxvpu needs the VPU imxvpuapi library"
 
 config BR2_PACKAGE_GST1_IMX_V4L2VIDEOSRC
 	bool "imxv4l2videosrc"
+	depends on BR2_INSTALL_LIBSTDCPP # gst1-plugins-bad
 	select BR2_PACKAGE_GST1_PLUGINS_BAD
 	help
 	  Elements for V4L2 capture
 
+comment "imxv4l2videosrc needs a toolchain w/ C++"
+	depends on !BR2_INSTALL_LIBSTDCPP
+
 config BR2_PACKAGE_GST1_IMX_V4L2VIDEOSINK
 	bool "imxv4l2videosink"
 	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2 # V4L2_COLORSPACE_DEFAULT



More information about the buildroot mailing list