2
1

Config.in 471 B

12345678910111213
  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. http://libsigc.sourceforge.net/
  10. comment "libsigc++ requires a toolchain with C++ support enabled"
  11. depends on !BR2_INSTALL_LIBSTDCPP