From: Yann E. MORIN Date: Fri, 27 Sep 2013 17:26:42 +0000 (+0200) Subject: package/gst1-plugins-bad: fix decklink comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0c4c5619d0bb32e45a5be4f8d6e6f15cd2df9d2d;p=buildroot.git package/gst1-plugins-bad: fix decklink comment It was missing the dependency on the toolchain features. Signed-off-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in index f30f2b395e..0903aeeb95 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"