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 <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
770c9e5ce3
commit
198244b3c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user