From b98e4d001cb8073fa8aefd2193fd70df0274d05e Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Mon, 29 Nov 2010 18:22:20 -0700 Subject: package: Add libsigc++ package Add support for the libsigc++ library. [Peter: Rename dir, use libtool patch, add C++ dep] Signed-off-by: H Hartley Sweeten Signed-off-by: Peter Korsgaard --- package/libsigc/Config.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/libsigc/Config.in (limited to 'package/libsigc/Config.in') diff --git a/package/libsigc/Config.in b/package/libsigc/Config.in new file mode 100644 index 000000000..93fa3f414 --- /dev/null +++ b/package/libsigc/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_LIBSIGC + bool "libsigc++" + depends on BR2_INSTALL_LIBSTDCPP + help + libsigc++ implements a typesafe callback system for standard C++. + It allows you to define signals and to connect those signals to + any callback function, either global or a member function, + regardless of whether it is static or virtual. + + http://libsigc.sourceforge.net/ + +comment "libsigc++ requires a toolchain with C++ support enabled" + depends on !BR2_INSTALL_LIBSTDCPP -- cgit v1.2.3