summaryrefslogtreecommitdiffstats
path: root/openwrt/package/libxslt/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-22 07:35:13 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-22 07:35:13 +0000
commit36af942d5b1ffe89af800f76bf3affef003c1c62 (patch)
treee3ff68b4ea48f3d91150c057399d2c1d4bce13fc /openwrt/package/libxslt/Config.in
parent3517b13d1ca9a24158acb6033d6827ca6c39ecae (diff)
add libxslt package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1720 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libxslt/Config.in')
-rw-r--r--openwrt/package/libxslt/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/libxslt/Config.in b/openwrt/package/libxslt/Config.in
new file mode 100644
index 000000000..4d7a902f2
--- /dev/null
+++ b/openwrt/package/libxslt/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_LIBXSLT
+ tristate "libxslt - Gnome XSLT library"
+# default m if CONFIG_DEVEL
+ default n
+ select BR2_PACKAGE_LIBXML2
+ help
+ A library for XML transformation using XSLT.
+
+ http://xmlsoft.org/XSLT/
+