summaryrefslogtreecommitdiffstats
path: root/rules/commoncpp2.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-01-02 15:47:48 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-01-02 15:47:48 +0000
commit8a4fb48e7f5125a73aa0c06e55cfae72a27b60a1 (patch)
treeeb91471fdafbd29eee6b607a1075f9f1d24a1f9a /rules/commoncpp2.in
parent5a9074d0a4d6c7064bc40a0a14fd36245acb69a3 (diff)
downloadptxdist-8a4fb48e7f5125a73aa0c06e55cfae72a27b60a1.tar.gz
ptxdist-8a4fb48e7f5125a73aa0c06e55cfae72a27b60a1.tar.xz
added
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3688 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/commoncpp2.in')
-rw-r--r--rules/commoncpp2.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/rules/commoncpp2.in b/rules/commoncpp2.in
new file mode 100644
index 000000000..a9b0f888f
--- /dev/null
+++ b/rules/commoncpp2.in
@@ -0,0 +1,17 @@
+# GNU commoncpp 2 configuration
+
+menuconfig COMMONCPP2
+ bool
+ default N
+ prompt "CommonC++ 2 "
+ help
+ GNU Common C++ is a portable and highly optimized class
+ framework for writing C++ applications that need to use threads,
+ sockets, XML parsing, serialization, config files, etc.
+
+ For details see the project homepage:
+
+ http://www.gnu.org/software/commoncpp/
+
+
+