Config.in 386 B

123456789101112
  1. config BR2_PACKAGE_PERL_HTML_PARSER
  2. bool "perl-html-parser"
  3. depends on !BR2_STATIC_LIBS
  4. select BR2_PACKAGE_PERL_HTML_TAGSET
  5. help
  6. The HTML-Parser distribution is is a collection of modules that parse
  7. and extract information from HTML documents
  8. http://github.com/gisle/html-parser
  9. comment "perl-html-parser needs a toolchain w/ dynamic library"
  10. depends on BR2_STATIC_LIBS