1 config BR2_PACKAGE_LIBSIGC
3 depends on BR2_INSTALL_LIBSTDCPP
5 libsigc++ implements a typesafe callback system for standard C++.
6 It allows you to define signals and to connect those signals to
7 any callback function, either global or a member function,
8 regardless of whether it is static or virtual.
10 http://libsigc.sourceforge.net/
12 comment "libsigc++ needs a toolchain w/ C++"
13 depends on !BR2_INSTALL_LIBSTDCPP