xref: /OK3568_Linux_fs/buildroot/package/libsigc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBSIGC
2*4882a593Smuzhiyun	bool "libsigc++"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
4*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  libsigc++ implements a typesafe callback system for standard
7*4882a593Smuzhiyun	  C++. It allows you to define signals and to connect those
8*4882a593Smuzhiyun	  signals to any callback function, either global or a member
9*4882a593Smuzhiyun	  function, regardless of whether it is static or virtual.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  https://libsigcplusplus.github.io/libsigcplusplus/
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuncomment "libsigc++ needs a toolchain w/ C++, gcc >= 4.8"
14*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
15