summaryrefslogtreecommitdiffstats
path: root/openwrt/package/libxml2/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-14 06:41:39 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-14 06:41:39 +0000
commitcade7d9b1450b874cb558e65797eb07cab799a4f (patch)
tree7f78084ce927238dde025f46588198a817c5167e /openwrt/package/libxml2/Config.in
parentb224e3ca56d548e39ca3adbd0220e6c21d3be41b (diff)
add libxml2 package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1657 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libxml2/Config.in')
-rw-r--r--openwrt/package/libxml2/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/libxml2/Config.in b/openwrt/package/libxml2/Config.in
new file mode 100644
index 000000000..3230b2f54
--- /dev/null
+++ b/openwrt/package/libxml2/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_LIBXML2
+ tristate "libxml2 - Gnome XML library"
+# default m if CONFIG_DEVEL
+ default n
+ select BR2_PACKAGE_LIBPTHREAD
+ select BR2_PACKAGE_ZLIB
+ help
+ A library for manipulating XML and HTML resources.
+
+ http://xmlsoft.org/
+