瀏覽代碼

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 年之前
父節點
當前提交
0c4c5619d0
共有 1 個文件被更改,包括 1 次插入0 次删除
  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"