From 0c4c5619d0bb32e45a5be4f8d6e6f15cd2df9d2d Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Fri, 27 Sep 2013 19:26:42 +0200 Subject: [PATCH] package/gst1-plugins-bad: fix decklink comment It was missing the dependency on the toolchain features. Signed-off-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- package/gstreamer1/gst1-plugins-bad/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in index f30f2b395..0903aeeb9 100644 --- a/package/gstreamer1/gst1-plugins-bad/Config.in +++ b/package/gstreamer1/gst1-plugins-bad/Config.in @@ -346,6 +346,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DECKLINK Blackmagic Decklink plugin comment "decklink requires a toolchain with C++ support enabled" + depends on !BR2_INSTALL_LIBSTDCPP config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DIRECTFB bool "directfb"