summaryrefslogtreecommitdiffstats
path: root/rules/libsigcpp.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-10-17 14:04:42 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-10-17 14:04:42 +0000
commit8e04bc64bed672ec427b2b996d4cff0cbdb9789f (patch)
treebbe3571b4a4cf53e93d1717f5090c24d41bb940f /rules/libsigcpp.in
parent3a42c2c9e80ac5e5c6915e2fd7d30343fd7a1109 (diff)
downloadptxdist-8e04bc64bed672ec427b2b996d4cff0cbdb9789f.tar.gz
ptxdist-8e04bc64bed672ec427b2b996d4cff0cbdb9789f.tar.xz
* gtkmm: added gtkmm plus dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7444 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libsigcpp.in')
-rw-r--r--rules/libsigcpp.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/rules/libsigcpp.in b/rules/libsigcpp.in
new file mode 100644
index 000000000..9663e99c3
--- /dev/null
+++ b/rules/libsigcpp.in
@@ -0,0 +1,13 @@
+config LIBSIGCPP
+ bool
+ prompt "libsigc++"
+ 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.
+
+ It also contains adaptor classes for connection of dissimilar callbacks
+ and has an ease of use unmatched by other C++ callback libraries.
+ Libsigc++ is licensed under the GNU Library General Public License,
+ LGPL.