package/gst1-plugins-bad: fix decklink comment
authorYann E. MORIN <yann.morin.1998@free.fr>
Fri, 27 Sep 2013 17:26:42 +0000 (19:26 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 27 Sep 2013 20:11:14 +0000 (22:11 +0200)
It was missing the dependency on the toolchain features.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/gstreamer1/gst1-plugins-bad/Config.in

index f30f2b395ef1117e0329fdba53d6fde84055c233..0903aeeb95a9afb67793f81f5874f7108a323b09 100644 (file)
@@ -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"