gst-plugins-bad: decklink plugin needs C++ support
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 16 Nov 2011 21:53:33 +0000 (22:53 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 16 Nov 2011 21:53:33 +0000 (22:53 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/gst-plugins-bad/Config.in

index a8d01bcadb8a08f09393621e5f35419755b15096..e772930b25f3e028cd511849051ef2dd093e899b 100644 (file)
@@ -55,8 +55,12 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DEBUGUTILS
        bool "debugutils"
 
 config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DECKLINK
+       depends on BR2_INSTALL_LIBSTDCPP
        bool "decklink"
 
+comment "decklink requires a toolchain with C++ support enabled"
+       depends on !BR2_INSTALL_LIBSTDCPP
+
 config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DTMF
        bool "dtmf"