summaryrefslogtreecommitdiffstats
path: root/rules/xerces.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-01-06 17:39:23 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-01-06 17:39:23 +0000
commit93de51eadca0f75b75ea3fa545b5e4577ac86b00 (patch)
tree2b838705644ebcd86ddbfa07725eebb13a3fcf10 /rules/xerces.in
parente947a87d4a6d9bc8a4d035dfb2efa6c51fa83bc8 (diff)
downloadptxdist-93de51eadca0f75b75ea3fa545b5e4577ac86b00.tar.gz
ptxdist-93de51eadca0f75b75ea3fa545b5e4577ac86b00.tar.xz
* xerces: added
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6754 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xerces.in')
-rw-r--r--rules/xerces.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/xerces.in b/rules/xerces.in
new file mode 100644
index 000000000..7c77f9e27
--- /dev/null
+++ b/rules/xerces.in
@@ -0,0 +1,14 @@
+# xerces-c configuration
+
+menuconfig XERCES
+ bool
+ prompt "Xerces "
+ help
+ Xerces-C++ is a validating XML parser written in a portable
+ subset of C++. Xerces-C++ makes it easy to give your
+ application the ability to read and write XML data. A shared
+ library is provided for parsing, generating, manipulating, and
+ validating XML documents.
+
+ See http://xml.apache.org/xerces-c/ for details.
+