From 60eba210cdeddc2498d523fbae1eed80aa2caa63 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Sat, 14 May 2022 16:57:32 -0600 Subject: [PATCH] package/gstreamer1/gst1-imx: add missing BR2_INSTALL_LIBSTDCPP dependency 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 Signed-off-by: Thomas Petazzoni (cherry picked from commit 198244b3c31029aa16ae69e1661f1e1cd173b03f) Signed-off-by: Peter Korsgaard --- 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