directfb: do not use inexistant configure options
[buildroot-gz.git] / package / libsigc / Config.in
blobae984c8246693a0fd36f0d3b75b190b0f57fe881
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.
10           http://libsigc.sourceforge.net/
12 comment "libsigc++ needs a toolchain w/ C++"
13         depends on !BR2_INSTALL_LIBSTDCPP