The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libsigc / Config.in
1 config BR2_PACKAGE_LIBSIGC
2         bool "libsigc++"
3         depends on BR2_INSTALL_LIBSTDCPP
4         help
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.
9
10           http://libsigc.sourceforge.net/
11
12 comment "libsigc++ needs a toolchain w/ C++"
13         depends on !BR2_INSTALL_LIBSTDCPP