diff --git a/package/sysprof/Config.in b/package/sysprof/Config.in index 1d1b2fa264..be4f7653b0 100644 --- a/package/sysprof/Config.in +++ b/package/sysprof/Config.in @@ -7,6 +7,7 @@ config BR2_PACKAGE_SYSPROF depends on BR2_PACKAGE_LIBUNWIND_ARCH_SUPPORTS depends on !BR2_STATIC_LIBS # libunwind, polkit depends on !BR2_OPTIMIZE_FAST # polkit + depends on BR2_INSTALL_LIBSTDCPP select BR2_PACKAGE_JSON_GLIB select BR2_PACKAGE_LIBDEX select BR2_PACKAGE_LIBGLIB2 @@ -18,12 +19,12 @@ config BR2_PACKAGE_SYSPROF http://sysprof.com -comment "sysprof needs a toolchain w/ dynamic libraray, wchar, threads, gcc >= 7" +comment "sysprof needs a toolchain w/ dynamic libraray, wchar, threads, C++, gcc >= 7" depends on BR2_USE_MMU depends on BR2_PACKAGE_LIBUNWIND_ARCH_SUPPORTS depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \ !BR2_TOOLCHAIN_GCC_AT_LEAST_7 || \ - BR2_STATIC_LIBS + BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP comment "sysprof can't be built with Optimize for fast" depends on BR2_OPTIMIZE_FAST