package/sysprof: needs C++

sysprof needs C++ since bump to version 46.0 in commit
0d57555407 and
a4b5ea6160

Fixes: 0d57555407
 - http://autobuild.buildroot.org/results/6ab455b9287220d4353154ba3b54df4ce57748df

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine
2024-07-21 08:53:02 +02:00
committed by Thomas Petazzoni
parent a8b788e194
commit e6b912132f

View File

@@ -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