Config.in 274 B

123456789101112131415
  1. config BR2_PACKAGE_LIBXML2
  2. bool "libxml2"
  3. default n
  4. help
  5. XML C Parser
  6. ftp://xmlsoft.org/libxml2
  7. config BR2_PACKAGE_LIBXML2_TARGET_HEADERS
  8. bool "libxml2 target headers"
  9. default n
  10. depends on BR2_PACKAGE_LIBXML2
  11. help
  12. XML C Parser
  13. ftp://xmlsoft.org/libxml2