summaryrefslogtreecommitdiffstats
path: root/rules/libxslt.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-07-11 19:17:02 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-07-11 19:17:02 +0000
commite1b7e724714b582bbf49769cd9d739a93d0b77a7 (patch)
tree013ee0d02763ccb0d506c95137c16976e3d9abb0 /rules/libxslt.in
parentb870edae676a8573abaa39a8c148bb16fb17580d (diff)
downloadptxdist-e1b7e724714b582bbf49769cd9d739a93d0b77a7.tar.gz
ptxdist-e1b7e724714b582bbf49769cd9d739a93d0b77a7.tar.xz
* libxslt: added
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2920 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libxslt.in')
-rw-r--r--rules/libxslt.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/rules/libxslt.in b/rules/libxslt.in
new file mode 100644
index 000000000..446002103
--- /dev/null
+++ b/rules/libxslt.in
@@ -0,0 +1,15 @@
+#
+# LibXSLT - Options updated as of 1.1.14
+#
+
+menuconfig LIBXSLT
+ bool
+ prompt "libxslt"
+ default N
+ select LIBXML2
+ help
+ LibXSLT is a generic XSLT implementation. For details see the
+ project homepage:
+
+ http://xmlsoft.org/XSLT/
+