[Buildroot] [PATCH] package/gst1-plugins-bad: fix decklink comment

Yann E. MORIN yann.morin.1998 at free.fr
Fri Sep 27 17:26:42 UTC 2013


From: "Yann E. MORIN" <yann.morin.1998 at free.fr>

It was missing the dependency on the toolchain features.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
---
 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 f30f2b3..0903aee 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"
-- 
1.8.1.2



More information about the buildroot mailing list