From: Peter Korsgaard Date: Mon, 29 Apr 2013 13:16:00 +0000 (+0200) Subject: directfb: 1.6.x needs C++ support in toolchain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=de33240fe61ac9e779d7eb5cf8e4eba12483f3ad;p=buildroot.git directfb: 1.6.x needs C++ support in toolchain Fixes http://autobuild.buildroot.net/results/b36f5492401a8bba8ed04614decfbf4152464740/ Signed-off-by: Peter Korsgaard --- diff --git a/package/directfb/Config.in b/package/directfb/Config.in index 23f4947376..b9ff5f9a08 100644 --- a/package/directfb/Config.in +++ b/package/directfb/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_DIRECTFB bool "directfb" depends on BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_INSTALL_LIBSTDCPP select BR2_PACKAGE_FREETYPE select BR2_PACKAGE_ZLIB help @@ -120,5 +121,5 @@ config BR2_PACKAGE_DIRECTFB_TESTS endif # BR2_PACKAGE_DIRECTFB -comment "directfb needs a toolchain with thread support" - depends on !BR2_TOOLCHAIN_HAS_THREADS +comment "directfb needs a toolchain with C++ and thread support" + depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP diff --git a/package/multimedia/gst-plugins-bad/Config.in b/package/multimedia/gst-plugins-bad/Config.in index 370259bbfa..2271036c84 100644 --- a/package/multimedia/gst-plugins-bad/Config.in +++ b/package/multimedia/gst-plugins-bad/Config.in @@ -263,6 +263,7 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DIRECTFB bool "directfb" select BR2_PACKAGE_DIRECTFB depends on BR2_TOOLCHAIN_HAS_THREADS + depends on BR2_INSTALL_LIBSTDCPP config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVB bool "dvb"