2005-08-14 14:41:39 +08:00
|
|
|
config BR2_PACKAGE_LIBXML2
|
2005-11-05 10:16:36 +08:00
|
|
|
prompt "libxml2........................... Gnome XML library"
|
|
|
|
|
tristate
|
2005-09-20 09:35:03 +08:00
|
|
|
default m if CONFIG_DEVEL
|
2005-08-14 14:41:39 +08:00
|
|
|
select BR2_PACKAGE_LIBPTHREAD
|
|
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
|
help
|
|
|
|
|
A library for manipulating XML and HTML resources.
|
|
|
|
|
|
|
|
|
|
http://xmlsoft.org/
|
2005-11-05 10:16:36 +08:00
|
|
|
|