diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-07 17:27:59 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-07 17:27:59 +0000 |
commit | e1875d3ba2d3fc81505978996e4c54160ab6f7b1 (patch) | |
tree | e716bd8007423b32e8e2503a95ab54566f0a1eaf /package/libxml2/Config.in | |
parent | 39435919e8b8a0b6528eb70b0f3b1c1fd31544a2 (diff) |
Cleanup libxml2
Diffstat (limited to 'package/libxml2/Config.in')
-rw-r--r-- | package/libxml2/Config.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package/libxml2/Config.in b/package/libxml2/Config.in index 8c252b09d..0e383d682 100644 --- a/package/libxml2/Config.in +++ b/package/libxml2/Config.in @@ -1,19 +1,15 @@ config BR2_PACKAGE_LIBXML2 bool "libxml2" default n - depends on BR2_USE_WCHAR help XML C Parser - Requires WCHAR - ftp://xmlsoft.org/libxml2 config BR2_PACKAGE_LIBXML2_TARGET_HEADERS bool "libxml2 target headers" default n + depends on BR2_PACKAGE_LIBXML2 help XML C Parser - Requires WCHAR - ftp://xmlsoft.org/libxml2 |