aboutsummaryrefslogtreecommitdiffstats
path: root/package/libxml2/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-14 06:41:39 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-14 06:41:39 +0000
commitd1a0f8a1428dd6addf29cd25f5692d940c2227a0 (patch)
tree37bb8a54ca9a78384ecf4a36c48d730bb0abbbbc /package/libxml2/Config.in
parentc3e3f79ef4bfaea9558ecb7a32d8591f2796e430 (diff)
downloadupstream-d1a0f8a1428dd6addf29cd25f5692d940c2227a0.tar.gz
upstream-d1a0f8a1428dd6addf29cd25f5692d940c2227a0.tar.bz2
upstream-d1a0f8a1428dd6addf29cd25f5692d940c2227a0.zip
add libxml2 package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1657 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libxml2/Config.in')
-rw-r--r--package/libxml2/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libxml2/Config.in b/package/libxml2/Config.in
new file mode 100644
index 0000000000..3230b2f549
--- /dev/null
+++ b/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/
+