Bläddra i källkod

package/gst1-plugins-bad: fix decklink comment

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>
Yann E. MORIN 12 år sedan
förälder
incheckning
0c4c5619d0
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      package/gstreamer1/gst1-plugins-bad/Config.in

+ 1 - 0
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"