xref: /OK3568_Linux_fs/buildroot/package/perl-html-parser/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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	select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
6	select BR2_PACKAGE_PERL_URI # runtime
7	help
8	  HTML parser class.
9
10	  https://github.com/libwww-perl/HTML-Parser
11
12comment "perl-html-parser needs a toolchain w/ dynamic library"
13	depends on BR2_STATIC_LIBS
14