python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / libsigc / Config.in
blobf38749b4d9efcc25d7f774b5076880b0b792f9d3
1 config BR2_PACKAGE_LIBSIGC
2         bool "libsigc++"
3         depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
4         depends on BR2_INSTALL_LIBSTDCPP
5         help
6           libsigc++ implements a typesafe callback system for standard C++.
7           It allows you to define signals and to connect those signals to
8           any callback function, either global or a member function,
9           regardless of whether it is static or virtual.
11           http://libsigc.sourceforge.net/
13 comment "libsigc++ needs a toolchain w/ C++, gcc >= 4.8"
14         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8