From e9ffb3b8f71f44703d09059363dce7e3d3ff2e7e Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 14 Sep 2016 21:46:29 -0300 Subject: breakpad: enable for uClibc There's nothing holding it off for uClibc-based toolchains so enable it. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 6db36b926..dcd15e883 100644 --- a/Config.in +++ b/Config.in @@ -553,7 +553,8 @@ config BR2_GOOGLE_BREAKPAD_ENABLE bool "Enable google-breakpad support" select BR2_PACKAGE_GOOGLE_BREAKPAD depends on BR2_INSTALL_LIBSTDCPP - depends on BR2_TOOLCHAIN_USES_GLIBC + depends on BR2_USE_WCHAR + depends on (BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_UCLIBC) depends on BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS help This option will enable the use of google breakpad, a library -- cgit v1.2.3