Config.in 302 B

1234567891011
  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 # runtime
  5. help
  6. HTML parser class
  7. https://metacpan.org/release/HTML-Parser
  8. comment "perl-html-parser needs a toolchain w/ dynamic library"
  9. depends on BR2_STATIC_LIBS