From d1a0f8a1428dd6addf29cd25f5692d940c2227a0 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 14 Aug 2005 06:41:39 +0000 Subject: add libxml2 package git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1657 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/libxml2/Config.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/libxml2/Config.in (limited to 'package/libxml2/Config.in') 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/ + -- cgit v1.2.3